Skip to content

Commit

Permalink
Add apt upgrade to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
oliwel committed Aug 13, 2023
1 parent 5903a26 commit cbebf83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ ARG DEBIAN_FRONTEND=noninteractive
ARG OPENXPKI_NOCONFIG=1

RUN apt-get update && \
apt-get upgrade --assume-yes && \
apt-get install --assume-yes gpg libdbd-mysql-perl libapache2-mod-fcgid apache2 wget locales less gettext

RUN rm /etc/locale.gen && \
Expand Down

0 comments on commit cbebf83

Please sign in to comment.