Skip to content

Commit

Permalink
packaging: upgrade system packages during image preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
pna-nca committed Feb 7, 2024
1 parent 22fd071 commit 35ffeb7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.django-debian
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ FROM base as build
WORKDIR /app
RUN \
apt-get -y update && \
apt-get -y upgrade && \
apt-get -y install --no-install-recommends \
gcc \
build-essential \
Expand Down Expand Up @@ -44,6 +45,7 @@ ARG appuser=defectdojo
ENV appuser ${appuser}
RUN \
apt-get -y update && \
apt-get -y upgrade && \
# ugly fix to install postgresql-client without errors
mkdir -p /usr/share/man/man1 /usr/share/man/man7 && \
apt-get -y install --no-install-recommends \
Expand Down

0 comments on commit 35ffeb7

Please sign in to comment.