We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5882b0 commit 867562aCopy full SHA for 867562a
nginx.dockerfile
@@ -3,6 +3,7 @@ ARG NGINX_VERSION
3
4
FROM ${BASE_IMAGE} AS ngx_http_auth_jwt_builder_base
5
LABEL stage=ngx_http_auth_jwt_builder
6
+RUN chmod 1777 /tmp
7
RUN <<`
8
apt-get update
9
apt-get install -y curl build-essential
openssl.dockerfile
@@ -4,6 +4,7 @@ FROM ${BASE_IMAGE}
ARG SSL_VERSION=3.2.1
ENV SRC_DIR=/tmp/openssl-src
ENV OUT_DIR=/usr/local/.openssl
set -e
10
0 commit comments