Skip to content

Commit

Permalink
simplify the dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre committed Jan 14, 2019
1 parent 4a1371f commit 9717a12
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FROM alpine

RUN apk update
RUN apk add openssl
RUN apk update && apk add openssl
RUN openssl req \
-newkey rsa:4096 -nodes -sha256 -keyout server.key \
-x509 -days 365 -out server.crt \
Expand Down

0 comments on commit 9717a12

Please sign in to comment.