run ebusd -V at last
This commit is contained in:
@@ -43,10 +43,9 @@ LABEL version="${EBUSD_VERSION}-${EBUSD_ARCH}-devel"
|
||||
|
||||
COPY --from=build /build/ebusd-*_mqtt1.deb ebusd.deb
|
||||
|
||||
RUN dpkg -i "--path-exclude=/etc/default/*" "--path-exclude=/etc/init.d/*" "--path-exclude=/lib/systemd/*" ebusd.deb \
|
||||
&& ebusd -V \
|
||||
&& rm -f ebusd.deb \
|
||||
&& update-ca-certificates
|
||||
RUN dpkg -i "--path-exclude=/etc/default/*" "--path-exclude=/etc/init.d/*" "--path-exclude=/lib/systemd/*" ebusd.deb && rm -f ebusd.deb \
|
||||
&& update-ca-certificates \
|
||||
&& ebusd -V
|
||||
|
||||
EXPOSE 8888
|
||||
|
||||
|
||||
Reference in New Issue
Block a user