update ca certs
This commit is contained in:
@@ -45,7 +45,8 @@ 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
|
||||
&& rm -f ebusd.deb \
|
||||
&& update-ca-certificates
|
||||
|
||||
EXPOSE 8888
|
||||
|
||||
|
||||
@@ -45,7 +45,8 @@ ADD https://github.com/john30/ebusd/releases/download/v${EBUSD_VERSION}/ebusd-${
|
||||
|
||||
RUN dpkg -i "--path-exclude=/etc/default/*" "--path-exclude=/etc/init.d/*" "--path-exclude=/lib/systemd/*" ebusd.deb \
|
||||
&& ebusd -V \
|
||||
&& rm -f ebusd.deb
|
||||
&& rm -f ebusd.deb \
|
||||
&& update-ca-certificates
|
||||
|
||||
EXPOSE 8888
|
||||
|
||||
|
||||
@@ -45,7 +45,8 @@ LABEL version="${EBUSD_VERSION}-${EBUSD_ARCH}%EBUSD_VERSION_VARIANT%"
|
||||
|
||||
RUN dpkg -i "--path-exclude=/etc/default/*" "--path-exclude=/etc/init.d/*" "--path-exclude=/lib/systemd/*" ebusd.deb \
|
||||
&& ebusd -V \
|
||||
&& rm -f ebusd.deb
|
||||
&& rm -f ebusd.deb \
|
||||
&& update-ca-certificates
|
||||
|
||||
EXPOSE 8888
|
||||
|
||||
|
||||
Reference in New Issue
Block a user