Skip to content

Commit

Permalink
install docker
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed Sep 30, 2024
1 parent 9c363c6 commit ad94d54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ steps:
- -c
- |
# copy generator JAR
apt-get update && apt-get install -y maven
apt-get update && apt-get install -y docker-ce docker-ce-cli maven
python -m venv .venv
source .venv/bin/activate
pip install --upgrade pip
Expand Down

0 comments on commit ad94d54

Please sign in to comment.