Skip to content

Commit

Permalink
Merge 9717a12 into 4a1371f
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre committed Jan 14, 2019
2 parents 4a1371f + 9717a12 commit 3d7f727
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 3d7f727

Please sign in to comment.