Skip to content

Commit

Permalink
Merge pull request #3601 from mercedes-benz/feature-3600-enhance-cont…
Browse files Browse the repository at this point in the history
…ainer-images

enhanced container images #3600
  • Loading branch information
sven-dmlr authored Nov 11, 2024
2 parents c7a093c + 3c98f0f commit f188a19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sechub-pds-solutions/pds-base/docker/PDS-Debian.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN mkdir --parent "$PDS_ARTIFACT_FOLDER" "$DOWNLOAD_FOLDER"
RUN export DEBIAN_FRONTEND=noninteractive && \
apt-get update && \
apt-get upgrade --assume-yes --quiet && \
apt-get install --quiet --assume-yes wget w3m git && \
apt-get install --quiet --assume-yes git w3m wget && \
apt-get clean

# Install Go
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ COPY --from=builder "$WEB_SERVER_ARTIFACT_FOLDER" "$WEB_SERVER_FOLDER"
RUN export DEBIAN_FRONTEND=noninteractive && \
apt-get update && \
apt-get upgrade --assume-yes --quiet && \
apt-get install --assume-yes --quiet tree unzip && \
apt-get install --assume-yes --quiet bind9-host curl netcat-openbsd tree unzip vim-tiny && \
apt-get clean

COPY --chmod=755 install-java/debian "$DOWNLOAD_FOLDER/install-java/"
Expand Down
2 changes: 1 addition & 1 deletion sechub-web-ui-solution/docker/Web-UI-Debian.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ COPY run.sh /run.sh
RUN export DEBIAN_FRONTEND=noninteractive && \
apt-get update && \
apt-get --assume-yes upgrade && \
apt-get --assume-yes install nginx openssl sed && \
apt-get --assume-yes install bind9-host curl netcat-openbsd nginx openssl sed vim-tiny && \
apt-get --assume-yes clean

# Copy configuration script
Expand Down

0 comments on commit f188a19

Please sign in to comment.