Skip to content

Commit

Permalink
update apt-get
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-allen-ck committed Apr 11, 2024
1 parent bc414b7 commit af50b39
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ fi

# Docker install and config
sudo apt-get install -y ca-certificates curl gnupg lsb-release
sudo apt-get install -y docker-ce docker-ce-cli containerd.io jq
sudo apt-get install -y docker-compose-plugin
sudo apt-get install -y docker-compose-plugin docker-ce-cli containerd.io jq
sudo apt-get install -y docker-ce
jq -n --arg proxy "${NEXUS_PROXY_URL}:8083" '{"registry-mirrors": [$proxy]}' > /etc/docker/daemon.json
sudo systemctl daemon-reload
sudo systemctl restart docker
Expand Down

0 comments on commit af50b39

Please sign in to comment.