mirror of
https://github.com/ledgersmb/ledgersmb-docker.git
synced 2025-04-30 03:07:12 -04:00
Change image in order to be able to rebuild image lost due to Docker Hub throwing our images away...
This commit is contained in:
parent
4caeb3822c
commit
9d23fabbe4
@ -1,4 +1,4 @@
|
|||||||
FROM debian:jessie-slim
|
FROM debian:stretch-slim
|
||||||
MAINTAINER Freelock john@freelock.com
|
MAINTAINER Freelock john@freelock.com
|
||||||
|
|
||||||
# Build time variables
|
# 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/ && \
|
mkdir -p /usr/share/man/man7/ && \
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get update && \
|
DEBIAN_FRONTEND=noninteractive apt-get update && \
|
||||||
apt-get dist-upgrade -y && apt-get -y install \
|
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 \
|
libcgi-emulate-psgi-perl libcgi-simple-perl libconfig-inifiles-perl \
|
||||||
libdbd-pg-perl libdbi-perl libdatetime-perl \
|
libdbd-pg-perl libdbi-perl libdatetime-perl \
|
||||||
libdatetime-format-strptime-perl libdigest-md5-perl \
|
libdatetime-format-strptime-perl libdigest-md5-perl \
|
||||||
|
Loading…
Reference in New Issue
Block a user