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 23, 2024
1 parent b47f9b6 commit 2acfd36
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ RUN apt-get update && \
build-essential \
curl \
wget \
jq \
yq \
vim \
libncurses5-dev \
openssl \
libssl-dev \
Expand All @@ -25,7 +28,7 @@ RUN apt-get update && \
git && \
apt-get clean

# USER jenkins
USER jenkins
WORKDIR /home/jenkins

ENV SONAR_SCANNER_VERSION 3.3.0.1492
Expand Down
3 changes: 3 additions & 0 deletions base/podman/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ RUN apt-get update && \
build-essential \
curl \
wget \
jq \
yq \
vim \
libncurses5-dev \
openssl \
libssl-dev \
Expand Down

0 comments on commit 2acfd36

Please sign in to comment.