Dan Schaper
8 years ago
No known key found for this signature in database
GPG Key ID: FFF1A1AD0113C344
1 changed files with
7 additions and
3 deletions
-
Dockerfile
|
|
|
@ -1,9 +1,13 @@ |
|
|
|
FROM alpine:3.6 |
|
|
|
|
|
|
|
WORKDIR /etc/getssl |
|
|
|
COPY getssl . |
|
|
|
|
|
|
|
ENV WORKING_DIR="/root/getssl" |
|
|
|
RUN apk --no-cache --virtual .run-depends add \ |
|
|
|
bash \ |
|
|
|
curl \ |
|
|
|
openssl |
|
|
|
|
|
|
|
COPY getssl /usr/local/bin/getssl |
|
|
|
|
|
|
|
|
|
|
|
ENTRYPOINT [ "/usr/local/bin/getssl", "--nocheck" ] |
|
|
|
CMD [ "--help" ] |