Skip to content

Commit 8c53382

Browse files
committed
Update apk packages
1 parent 13618a9 commit 8c53382

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ RUN set -ex \
77
# Build JS-Application
88
&& npm install --production \
99
# Generate SSL-certificate (for HTTPS)
10+
&& apk update && apk upgrade \
1011
&& apk --no-cache add openssl \
1112
&& openssl req -x509 -newkey rsa:4096 -sha256 -days 3650 -nodes -keyout privkey.pem -out fullchain.pem \
1213
-subj "/C=GB/ST=London/L=London/O=Mendhak/CN=my.example.com" \

0 commit comments

Comments
 (0)