Skip to content

Commit 16e32bb

Browse files
committed
Revert "Switch to the new docker installation"
This reverts commit eb70195.
1 parent 29f8cbe commit 16e32bb

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

.circleci/config.yml

+2-17
Original file line numberDiff line numberDiff line change
@@ -140,15 +140,7 @@ jobs:
140140
- checkout
141141
- run:
142142
name: install docker
143-
command: |
144-
apt-get update -q
145-
apt-get install -q -y ca-certificates curl gnupg lsb-release
146-
mkdir -p /etc/apt/keyrings
147-
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | gpg --dearmor -o /etc/apt/keyrings/docker.gpg
148-
echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null
149-
apt-get update -q
150-
apt-get install -q -y docker-ce docker-ce-cli containerd.io docker-compose-plugin
151-
- setup_remote_docker
143+
command: apt-get update -q && apt-get install -q -y docker.io
152144
# Build and test the tip-of-tree build of EMSDK
153145
- run:
154146
name: build
@@ -163,14 +155,7 @@ jobs:
163155
- checkout
164156
- run:
165157
name: install docker
166-
command: |
167-
apt-get update -q
168-
apt-get install -q -y ca-certificates curl gnupg lsb-release
169-
mkdir -p /etc/apt/keyrings
170-
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | gpg --dearmor -o /etc/apt/keyrings/docker.gpg
171-
echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null
172-
apt-get update -q
173-
apt-get install -q -y docker-ce docker-ce-cli containerd.io docker-compose-plugin
158+
command: apt-get update -q && apt-get install -q -y docker.io
174159
- setup_remote_docker
175160
- run:
176161
name: build

0 commit comments

Comments
 (0)