mirror of
https://github.com/ledgersmb/ledgersmb-docker.git
synced 2025-04-19 14:47:12 -04:00
* Reduce image size further by changing base image
This commit is contained in:
parent
4da73006fa
commit
22ac547e94
@ -1,4 +1,4 @@
|
|||||||
FROM perl:5
|
FROM debian:jessie
|
||||||
MAINTAINER Freelock john@freelock.com
|
MAINTAINER Freelock john@freelock.com
|
||||||
|
|
||||||
RUN echo -n "APT::Install-Recommends \"0\";\nAPT::Install-Suggests \"0\";\n" >> /etc/apt/apt.conf
|
RUN echo -n "APT::Install-Recommends \"0\";\nAPT::Install-Suggests \"0\";\n" >> /etc/apt/apt.conf
|
||||||
@ -25,7 +25,7 @@ RUN DEBIAN_FRONTENT=noninteractive && \
|
|||||||
libopenoffice-oodoc-perl \
|
libopenoffice-oodoc-perl \
|
||||||
postgresql-client \
|
postgresql-client \
|
||||||
ssmtp \
|
ssmtp \
|
||||||
git
|
git cpanminus make gcc libperl-dev lsb-release
|
||||||
|
|
||||||
# Java & Nodejs for doing Dojo build
|
# Java & Nodejs for doing Dojo build
|
||||||
#RUN DEBIAN_FRONTENT=noninteractive && apt-get install -y openjdk-7-jre-headless
|
#RUN DEBIAN_FRONTENT=noninteractive && apt-get install -y openjdk-7-jre-headless
|
||||||
|
Loading…
Reference in New Issue
Block a user