Skip to content

Commit

Permalink
Add SSL_CERT_FILE envvar for Alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekSuchanek committed May 31, 2023
1 parent 16982a0 commit b0a7273
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion 3.11-alpine-docworker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ ENV PIP_NO_COMPILE=1 \
TEMP=/tmp \
ENV=/etc/profile \
CLEAN="/var/cache/apk/:/tmp/" \
RAWEXEC="monit crond supervise sshd"
RAWEXEC="monit crond supervise sshd" \
SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt

RUN chmod +x /bin/clean \
&& mkdir "$PIP_CACHE_DIR" && chmod a+rwx "$PIP_CACHE_DIR" \
Expand Down
3 changes: 2 additions & 1 deletion 3.11-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ ENV PIP_NO_COMPILE=1 \
TEMP=/tmp \
ENV=/etc/profile \
CLEAN="/var/cache/apk/:/tmp/" \
RAWEXEC="monit crond supervise sshd"
RAWEXEC="monit crond supervise sshd" \
SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt

RUN chmod +x /bin/clean \
&& mkdir "$PIP_CACHE_DIR" && chmod a+rwx "$PIP_CACHE_DIR" \
Expand Down

0 comments on commit b0a7273

Please sign in to comment.