Skip to content

Commit b631533

Browse files
🚧 test new command 10
1 parent fdd9ec6 commit b631533

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM nginx:alpine
22
COPY nginx.conf /etc/nginx/nginx.conf
33

44
RUN \
5-
apk add --yes openssl && \
5+
apk add openssl && \
66
mkdir /etc/ssl/private && \
77
mkdir /etc/ssl/certs && \
88
openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/ssl/private/nginx.key -out /etc/ssl/certs/nginx.crt

0 commit comments

Comments
 (0)