Use archive.debian.org

This commit is contained in:
Manatsawin Hanmongkolchai 2019-12-10 14:04:33 +07:00 committed by GitHub
parent 9f2673aac8
commit 1f7e1dbcc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ FROM wongnai/odoo:11.0-20180516
USER root
# Need postgres in backport so that we can export database from odoo web
RUN echo 'deb http://ftp.debian.org/debian jessie-backports main' >> /etc/apt/sources.list \
RUN echo 'deb http://archive.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 \