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

[UPD] source list for getting updates

parent 63b7433e
Branches
No related tags found
No related merge requests found
......@@ -9,6 +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 &&\
sed -i s/security.debian.org/archive.debian.org/g /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