Skip to content

Commit 3d633e2

Browse files
committed
add zip
1 parent abe4efa commit 3d633e2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ RUN apt-get update && apt-get install -y \
55
python3.12 \
66
python3.12-venv \
77
python3-pip \
8-
docker-compose-v2
8+
docker-compose-v2 \
9+
zip
910

1011
# https://learn.microsoft.com/en-us/cli/azure/install-azure-cli-linux?pivots=apt#option-1-install-with-one-command
1112
RUN curl -sL https://aka.ms/InstallAzureCLIDeb | bash

0 commit comments

Comments
 (0)