Skip to content

Commit 738b9b5

Browse files
author
Diego Ardila
committed
image
1 parent 593962a commit 738b9b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
- run:
1515
name: Install Environment Dependencies
1616
command: | # install dependencies
17+
wget http://security.ubuntu.com/ubuntu/pool/main/a/apt/apt_1.0.1ubuntu2.17_amd64.deb -O apt.deb
18+
su dpkg -i apt.deb
1719
su apt-get install curl
1820
pip install --upgrade pip
1921
pip install poetry

0 commit comments

Comments
 (0)