Skip to content
Snippets Groups Projects
Commit 5111375e authored by Rémi - Le Filament's avatar Rémi - Le Filament
Browse files

[UPD] deb source to archive

parent 9aaba083
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,8 @@ ENV APT_DEPS='python-dev build-essential libxml2-dev libxslt1-dev libjpeg-dev li
PGDATABASE=odoo
RUN set -x; \
sed -Ei 's@(^deb http://deb.debian.org/debian jessie-updates main$)@#\1@' /etc/apt/sources.list &&\
echo "deb http://archive.debian.org/debian jessie main" > /etc/apt/sources.list &&\
echo "deb http://archive.debian.org/debian-security jessie/updates main" >> /etc/apt/sources.list &&\
apt-get update &&\
apt-get install -y --no-install-recommends \
apt-transport-https \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment