File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,9 @@ python: 3.9
4
4
before_install :
5
5
- sudo rm -rf /var/lib/apt/lists/*
6
6
- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
7
- - sudo add-apt-repository -y "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) edge "
7
+ - sudo add-apt-repository -y "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable "
8
8
- sudo apt-get update
9
- - sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce
10
- - mkdir -vp ~/.docker/cli-plugins/
11
- - curl --silent -L "https://github.com/docker/buildx/releases/download/v0.3.0/buildx-v0.3.0.linux-amd64" > ~/.docker/cli-plugins/docker-buildx
12
- - chmod a+x ~/.docker/cli-plugins/docker-buildx
9
+ - sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
13
10
install :
14
11
- pip install pipenv
15
12
- pipenv sync
You can’t perform that action at this time.
0 commit comments