Skip to content

Commit 6f0a6ef

Browse files
🚧 test new command 6
1 parent b122d56 commit 6f0a6ef

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-
apt install openssl \
5+
apk install 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)