Skip to content

Commit

Permalink
install docker using script
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed Sep 30, 2024
1 parent 5d20be9 commit fe5dc03
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ steps:
apt-get update && apt-get install -y maven
# install docker engine
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
chmod +x get-docker.sh
sh get-docker.sh
python -m venv .venv
source .venv/bin/activate
pip install --upgrade pip
Expand Down

0 comments on commit fe5dc03

Please sign in to comment.