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 4d6aa05 commit b47f9b6
Showing 1 changed file with 20 additions and 22 deletions.
42 changes: 20 additions & 22 deletions base/podman/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,26 @@ FROM ubuntu:jammy-20240405
# utils
RUN apt-get update && \
apt-get install -y zip \
RUN apt-get update && \
apt-get install -y zip \
build-essential \
curl \
wget \
libncurses5-dev \
openssl \
libssl-dev \
build-essential \
pkg-config \
libc6-dev \
bison \
flex \
libelf-dev \
zlib1g-dev \
minizip \
libidn11-dev \
qttools5-dev \
liblz4-tool \
git \
podman && \
apt-get clean
build-essential \
curl \
wget \
libncurses5-dev \
openssl \
libssl-dev \
build-essential \
pkg-config \
libc6-dev \
bison \
flex \
libelf-dev \
zlib1g-dev \
minizip \
libidn11-dev \
qttools5-dev \
liblz4-tool \
git \
podman && \
apt-get clean

# USER jenkins
WORKDIR /home/jenkins
Expand Down

0 comments on commit b47f9b6

Please sign in to comment.