Skip to content

Commit

Permalink
update apt cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
yudong2015 committed Apr 22, 2024
1 parent b8d1d03 commit 379e7c2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions base/podman/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@ FROM ubuntu:jammy-20240405

# utils
RUN apt-get update && \
apt-get install -y unzip \
which \
make \
apt-get install -y zip \
build-essential \
curl \
wget \
zip \
bzip2 \
git \
podman && \
apt-get clean
Expand Down

0 comments on commit 379e7c2

Please sign in to comment.