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

[UPD] base image to debian/eol

parent 5111375e
No related branches found
No related tags found
No related merge requests found
FROM debian:jessie
FROM debian/eol:jessie
MAINTAINER Le Filament <https://le-filament.com>
ENV APT_DEPS='python-dev build-essential libxml2-dev libxslt1-dev libjpeg-dev libfreetype6-dev \
......@@ -9,8 +9,6 @@ ENV APT_DEPS='python-dev build-essential libxml2-dev libxslt1-dev libjpeg-dev li
PGDATABASE=odoo
RUN set -x; \
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