From a6e95fa2d3ce17a459c64bd99d5c0c9d866af19d Mon Sep 17 00:00:00 2001 From: piyushrpt Date: Sun, 7 Jun 2020 12:52:06 -0700 Subject: [PATCH] Updating circleci config to handle alpine changes --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 31b9e03..c154bf5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -143,7 +143,7 @@ jobs: name: Install dependencies command: | apk add --no-cache \ - python-dev py-pip bash pigz build-base libffi-dev openssl-dev + python3-dev py3-pip bash pigz build-base libffi-dev openssl-dev pip install \ docker-compose awscli - run: @@ -170,7 +170,7 @@ jobs: name: Install dependencies command: | apk add --no-cache \ - python-dev py-pip bash pigz build-base libffi-dev openssl-dev + python3-dev py3-pip bash pigz build-base libffi-dev openssl-dev pip install \ docker-compose awscli - run: @@ -196,7 +196,7 @@ jobs: name: Install dependencies command: | apk add --no-cache \ - python-dev py-pip bash pigz build-base libffi-dev openssl-dev + python3-dev py3-pip bash pigz build-base libffi-dev openssl-dev pip install \ docker-compose awscli - run: