Skip to content

Commit a49f594

Browse files
committed
install openssl
1 parent 44ddd29 commit a49f594

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,8 @@ ENV NGINX_VERSION=${NGINX_PLUS_VERSION}
184184

185185
RUN --mount=type=secret,id=nginx-repo.crt,dst=/etc/apk/cert.pem,mode=0644 \
186186
--mount=type=secret,id=nginx-repo.key,dst=/etc/apk/cert.key,mode=0644 \
187-
openssl x509 -text -in /etc/apk/cert.pem -noout
187+
apk add openssl \
188+
&& openssl x509 -text -in /etc/apk/cert.pem -noout
188189

189190
RUN --mount=type=secret,id=nginx-repo.crt,dst=/etc/apk/cert.pem,mode=0644 \
190191
--mount=type=secret,id=nginx-repo.key,dst=/etc/apk/cert.key,mode=0644 \

0 commit comments

Comments
 (0)