Browse Source

fix: add build deps

master
will Farrell 5 years ago
parent
commit
60a0886357
No known key found for this signature in database GPG Key ID: 3FC6D79E2208B22A
  1. 4
      Dockerfile

4
Dockerfile

@ -4,8 +4,8 @@ FROM library/alpine:3.11
# deps - python3 openssl curl sed grep mktemp
# boto3 - AWS SDK for python
RUN apk add --no-cache --virtual .build-deps git \
&& apk add --no-cache --virtual .dehydrated-rundeps python3 bash openssl curl \
RUN apk add --no-cache --virtual .build-deps git build-base libffi-dev openssl-dev \
&& 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] \
&& rm -r /root/.cache \

Loading…
Cancel
Save