Merge pull request #16 from sbts/enhancement-add-missing-apt-upgrade

Add missing `apt upgrade`
This commit is contained in:
Erik Huelsmann 2018-02-06 18:17:42 +01:00 committed by GitHub
commit a90ac97832
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 \