This commit is contained in:
Manatsawin Hanmongkolchai 2019-12-10 12:09:10 +07:00 committed by GitHub
parent 3309940d79
commit 666b73b567
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ USER root
RUN echo 'deb http://ftp.debian.org/debian jessie-backports main' >> /etc/apt/sources.list \
&& apt-get update \
&& apt-get -t jessie-backports -y install postgresql-client \
&& apt-get -y install openjdk-8-jre gettext-base git-core \
&& apt-get -y install openjdk-8-jre gettext-base git \
&& rm -rf /var/lib/apt/lists/*
USER odoo