Skip to content

Commit

Permalink
Add wget installation
Browse files Browse the repository at this point in the history
  • Loading branch information
wanliAlex committed Jul 26, 2024
1 parent bba5375 commit 172ec86
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions scripts/dind_setup/setup_dind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,16 @@ fi
set -e

apt update \
&& apt install -y ca-certificates openssh-client \
wget curl iptables supervisor \
&& apt install -y ca-certificates \
openssh-client \
wget \
curl \
iptables \
supervisor \
&& rm -rf /var/lib/apt/list/*

sudo apt-get install -y wget

export DOCKER_CHANNEL=stable \
DOCKER_VERSION=20.10.18 \
DOCKER_COMPOSE_VERSION=1.29.2 \
Expand Down

0 comments on commit 172ec86

Please sign in to comment.