update ca certs

This commit is contained in:
John
2022-02-19 11:17:01 +01:00
parent c0b6e8c04d
commit 2d45fb20a0
3 changed files with 6 additions and 3 deletions
+2 -1
View File
@@ -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
+2 -1
View File
@@ -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
+2 -1
View File
@@ -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