Skip to content

Commit

Permalink
fix: add build deps
Browse files Browse the repository at this point in the history
  • Loading branch information
willfarrell committed Jan 20, 2020
1 parent 2044406 commit 60a0886
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \

Expand Down

0 comments on commit 60a0886

Please sign in to comment.