Skip to content

Commit

Permalink
ci: Added missing libraries to Docker (#1432)
Browse files Browse the repository at this point in the history
  • Loading branch information
ActuallyACat committed Apr 15, 2021
1 parent 4566fd7 commit f80057b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .buildkite/dockerfiles/publish.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ RUN apk update && apk add --no-cache \
openssh \
python \
py-pip \
curl
curl \
gcc \
alpine-sdk \
python-dev

RUN pip install \
awscli
5 changes: 4 additions & 1 deletion .buildkite/dockerfiles/release.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ RUN apk update && apk add --no-cache \
git \
openssh \
python \
py-pip
py-pip \
gcc \
alpine-sdk \
python-dev

RUN pip install \
awscli

0 comments on commit f80057b

Please sign in to comment.