Skip to content

Commit

Permalink
adding dependencies for podman
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdkelly88 committed Dec 4, 2023
1 parent 549e5c0 commit 93f6bff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions container-image/container.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y -qq --no-install-recommend
apt-utils \
ca-certificates \
curl \
fuse-overlayfs \
git \
iputils-ping \
jq \
Expand All @@ -24,6 +25,8 @@ ENV TARGETARCH=linux-x64

WORKDIR /azp

VOLUME /var/lib/containers

COPY ./start.sh .
RUN chmod +x start.sh

Expand Down

0 comments on commit 93f6bff

Please sign in to comment.