Skip to content

Commit

Permalink
restore
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed Dec 17, 2024
1 parent e9f8036 commit 4103335
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ steps:
id: library-generation-build
waitFor: ["-"]

- name: ubuntu:25.04
- name: python:3.13.1
entrypoint: bash
args:
- "-c"
Expand All @@ -45,7 +45,7 @@ steps:
echo \
"deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/debian \
$(. /etc/os-release && echo "$VERSION_CODENAME") stable" | \
sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
apt-get -y install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
# Install python dependencies
pip install --upgrade pip
Expand Down

0 comments on commit 4103335

Please sign in to comment.