We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abe4efa commit 3d633e2Copy full SHA for 3d633e2
1 file changed
Dockerfile
@@ -5,7 +5,8 @@ RUN apt-get update && apt-get install -y \
5
python3.12 \
6
python3.12-venv \
7
python3-pip \
8
- docker-compose-v2
+ docker-compose-v2 \
9
+ zip
10
11
# https://learn.microsoft.com/en-us/cli/azure/install-azure-cli-linux?pivots=apt#option-1-install-with-one-command
12
RUN curl -sL https://aka.ms/InstallAzureCLIDeb | bash
0 commit comments