Change image in order to be able to rebuild image lost due to Docker Hub throwing our images away...

This commit is contained in:
Erik Huelsmann 2022-01-28 22:32:48 +01:00
parent 4caeb3822c
commit 9d23fabbe4

View File

@ -1,4 +1,4 @@
FROM debian:jessie-slim
FROM debian:stretch-slim
MAINTAINER Freelock john@freelock.com
# Build time variables
@ -21,7 +21,7 @@ RUN echo -n "APT::Install-Recommends \"0\";\nAPT::Install-Suggests \"0\";\n" >>
mkdir -p /usr/share/man/man7/ && \
DEBIAN_FRONTEND=noninteractive apt-get update && \
apt-get dist-upgrade -y && apt-get -y install \
curl wget ca-certificates \
gnupg2 curl wget ca-certificates \
libcgi-emulate-psgi-perl libcgi-simple-perl libconfig-inifiles-perl \
libdbd-pg-perl libdbi-perl libdatetime-perl \
libdatetime-format-strptime-perl libdigest-md5-perl \