Skip to content

Commit

Permalink
assume yes
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed Dec 17, 2024
1 parent 96e4aa7 commit 50af624
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ steps:
- |
# Install docker, see https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository
apt-get update
apt-get install ca-certificates curl
apt-get install -y ca-certificates curl
install -m 0755 -d /etc/apt/keyrings
curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc
chmod a+r /etc/apt/keyrings/docker.asc
Expand All @@ -47,7 +47,7 @@ steps:
$(. /etc/os-release && echo "${_VERSION_CODENAME}") stable" | \
tee /etc/apt/sources.list.d/docker.list > /dev/null
apt-get update
apt-get install \
apt-get -y install \
docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin \
maven python
# Install python dependencies
Expand Down

0 comments on commit 50af624

Please sign in to comment.