Skip to content

Commit

Permalink
fix: Set the Azure image version tag
Browse files Browse the repository at this point in the history
The current latest image of Azure doesn't include apk. The last version before that (2.9.1) does. Maybe the current latest is broken or they're migrating away from Alpine. We'll see.
  • Loading branch information
dploeger committed Sep 3, 2024
1 parent 013a0fc commit 3ae4114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flavour/azure/Dockerfile.flavour
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/azure-cli:latest
FROM mcr.microsoft.com/azure-cli:2.9.1

RUN apk add sudo bash curl && \
echo "cloudcontrol ALL=(root)NOPASSWD:/sbin/apk *" > /etc/sudoers.d/cloudcontrol && \
Expand Down

0 comments on commit 3ae4114

Please sign in to comment.