circleci: Install builder deps via apk

LT1AB
Ryan Burns 2021-02-19 10:32:23 -08:00
parent b60e87d063
commit 587c6c1a36
1 changed files with 2 additions and 3 deletions

View File

@ -143,9 +143,8 @@ jobs:
name: Install dependencies
command: |
apk add --no-cache \
python3-dev py3-pip bash pigz build-base libffi-dev openssl-dev
pip install \
docker-compose awscli
python3-dev py3-pip bash pigz build-base libffi-dev openssl-dev \
docker-compose aws-cli
- run:
name: Build docker image
command: |