Skip to content

Commit 593962a

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,13 @@ orbs:
77
jobs:
88
build_test:
99
docker:
10-
- image: python:3.6-slim-buster
10+
- image: python:3.6-buster
1111
resource_class: small
1212
steps:
1313
- checkout # checkout source code to working directory
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
1917
su apt-get install curl
2018
pip install --upgrade pip
2119
pip install poetry

0 commit comments

Comments
 (0)