mirror of
https://github.com/ledgersmb/ledgersmb-docker.git
synced 2025-04-19 06:37:11 -04:00
Add missing apt upgrade
This is needed to mitigate issues (eg: version dependency mismatches) due to out of date packages. In theory this should be handled by the parent container, but that won't always be true
This commit is contained in:
parent
dd13647ec6
commit
aeab695a50
@ -7,6 +7,7 @@ MAINTAINER Freelock john@freelock.com
|
||||
# we're skipping, normally
|
||||
RUN echo "APT::Install-Recommends \"false\";\nAPT::Install-Suggests \"false\";" > /etc/apt/apt.conf.d/00recommends && \
|
||||
DEBIAN_FRONTEND="noninteractive" apt-get -y update && \
|
||||
DEBIAN_FRONTEND="noninteractive" apt-get -y upgrade && \
|
||||
DEBIAN_FRONTEND="noninteractive" apt-get -y install \
|
||||
libcgi-emulate-psgi-perl libcgi-simple-perl libconfig-inifiles-perl \
|
||||
libdbd-pg-perl libdbi-perl libdatetime-perl \
|
||||
|
Loading…
Reference in New Issue
Block a user