will Farrell
5 years ago
No known key found for this signature in database
GPG Key ID: 3FC6D79E2208B22A
1 changed files with
2 additions and
2 deletions
-
Dockerfile
|
@ -4,8 +4,8 @@ FROM library/alpine:3.11 |
|
|
|
|
|
|
|
|
# deps - python3 openssl curl sed grep mktemp |
|
|
# deps - python3 openssl curl sed grep mktemp |
|
|
# boto3 - AWS SDK for python |
|
|
# boto3 - AWS SDK for python |
|
|
RUN apk add --no-cache --virtual .build-deps git \ |
|
|
RUN apk add --no-cache --virtual .build-deps git build-base libffi-dev openssl-dev \ |
|
|
&& apk add --no-cache --virtual .dehydrated-rundeps python3 bash openssl curl \ |
|
|
&& apk add --no-cache --virtual .dehydrated-rundeps python3-dev bash openssl curl \ |
|
|
&& pip3 install --upgrade pip boto3 dns-lexicon dns-lexicon[route53] dns-lexicon[transip] \ |
|
|
&& pip3 install --upgrade pip boto3 dns-lexicon dns-lexicon[route53] dns-lexicon[transip] \ |
|
|
&& rm -r /root/.cache \ |
|
|
&& rm -r /root/.cache \ |
|
|
|
|
|
|
|
|