Skip to content

Commit

Permalink
feat: Updated docker to work with new mariner Azure image
Browse files Browse the repository at this point in the history
  • Loading branch information
dploeger committed Dec 16, 2024
1 parent 71a6add commit 7f44013
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions container/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM mcr.microsoft.com/azure-cli:latest
FROM mcr.microsoft.com/azure-cli:cbl-mariner2.0

RUN apk add postgresql-client coreutils jq
RUN yum install -y postgresql-libs coreutils jq tar

RUN cd /tmp && \
curl -L https://aka.ms/downloadazcopy-v10-linux -o azcopy-linux.tar.gz && \
Expand Down

0 comments on commit 7f44013

Please sign in to comment.