Skip to content

Commit

Permalink
update SSL certs
Browse files Browse the repository at this point in the history
  • Loading branch information
ab77 committed Dec 3, 2023
1 parent 5e8738b commit c69b5be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions unzoner/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ RUN useradd openssl && (passwd -d openssl || true)

ENV LD_LIBRARY_PATH="/usr/local/ssl/lib64:$LD_LIBRARY_PATH"

RUN update-ca-certificates

RUN if [ "$BUILD_OPENSSL" = '1' ]; then \
set -x; git clone --depth 1 --branch openssl-$BUILD_OPENSSL_VERSION https://github.com/openssl/openssl \
&& cd openssl \
Expand Down Expand Up @@ -211,6 +213,8 @@ COPY --from=build /opt/systemd/entry.sh /usr/bin/entry.sh

COPY --from=build /opt/systemd/balena.service /etc/systemd/system/balena.service

RUN update-ca-certificates

RUN [ -f /usr/local/sbin/openvpn ] || install_packages openvpn

RUN [ -f /usr/local/sbin/sniproxy ] || install_packages sniproxy
Expand Down

0 comments on commit c69b5be

Please sign in to comment.