aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorsickcodes <[email protected]>2022-11-19 03:53:32 +0000
committersickcodes <[email protected]>2022-11-19 03:53:32 +0000
commitfbe5dba6188b949e8787ec9fa0d2957b4d52cceb (patch)
tree862317b98b92f81f2d7746e272b3fabaaa18a1a6 /tests
parentSignature errors (diff)
downloaddocker-osx-fbe5dba6188b949e8787ec9fa0d2957b4d52cceb.tar.xz
docker-osx-fbe5dba6188b949e8787ec9fa0d2957b4d52cceb.zip
Fix busted docker.list
Diffstat (limited to 'tests')
-rw-r--r--tests/test.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test.sh b/tests/test.sh
index 3026638..520dfaf 100644
--- a/tests/test.sh
+++ b/tests/test.sh
@@ -159,6 +159,7 @@ install_docker () {
; apt install apt-transport-https ca-certificates curl gnupg-agent software-properties-common -y \
&& curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add - \
&& apt-key fingerprint 0EBFCD88 \
+ && > /etc/apt/sources.list.d/docker.list \
&& add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" \
&& apt update -y \
&& apt install docker-ce docker-ce-cli containerd.io -y \