Skip to content

Commit

Permalink
Merge branch '8.0.1.1' of github.com:seb-elico/odoo-docker into 10.0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
seb-elico committed Oct 24, 2017
2 parents fefaedd + 7113959 commit 93504f1
Showing 1 changed file with 31 additions and 27 deletions.
58 changes: 31 additions & 27 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,42 +20,46 @@ RUN apt-key adv --keyserver keyserver.ubuntu.com \

# Add PostgreSQL's repository. It contains the most recent stable release
# of PostgreSQL.
# Install dependencies as distrib packages when system bindings are required.
# Some of them extend the basic Odoo requirements for a better "apps"
# compatibility.
# Most dependencies are distributed as PIP packages at the next step
RUN echo "deb http://apt.postgresql.org/pub/repos/apt/ trusty-pgdg main" > \
/etc/apt/sources.list.d/pgdg.list && \
apt-get update && \
apt-get -yq install \
ghostscript \
postgresql-client-$PG_VERSION \
python \
python-pip \
python-imaging \
python-pychart python-libxslt1 xfonts-base xfonts-75dpi \
libxrender1 libxext6 fontconfig \
python-zsi \
python-lasso \
libzmq3 \
# Install dependencies as distrib packages when system bindings are
# required. Some of them extend the basic Odoo requirements for a better
# "apps" compatibility.
# Most dependencies are distributed as PIP packages at the next step
fontconfig=2.11.0-0ubuntu4.2 \
ghostscript=9.10~dfsg-0ubuntu10.10 \
libxext6=2:1.3.2-1ubuntu0.0.14.04.1 \
libxrender1=1:0.9.8-1build0.14.04.1 \
python=2.7.5-5ubuntu3 \
python-imaging=2.3.0-1ubuntu3.4 \
python-lasso=2.4.0-2build1 \
python-libxslt1=1.1.28-2ubuntu0.1 \
python-pip=1.5.4-1ubuntu4 \
python-pychart=1.39-7build1 \
python-zsi=2.1~a1-3build1 \
xfonts-base=1:1.0.3 \
xfonts-75dpi=1:1.0.3 \
# libpq-dev is needed to install pg_config which is required by psycopg2
libpq-dev \
# These libraries are needed to install the pip modules
python-dev \
libffi-dev \
libxml2-dev \
libxslt1-dev \
libldap2-dev \
libsasl2-dev \
libssl-dev \
libpq-dev=10.0-1.pgdg14.04+1 \
# These libraries are needed to install the PIP modules
libffi-dev=3.1~rc1+r3.0.13-12ubuntu0.2 \
libldap2-dev=2.4.31-1+nmu2ubuntu8.4 \
libsasl2-dev=2.1.25.dfsg1-17build1 \
libssl-dev=1.0.1f-1ubuntu2.22 \
libxml2-dev=2.9.1+dfsg1-3ubuntu4.10 \
libxslt1-dev=1.1.28-2ubuntu0.1 \
python-dev=2.7.5-5ubuntu3 \
# Librairies required for LESS
node-less \
nodejs \
npm \
node-less=1.4.2-1 \
nodejs=0.10.25~dfsg2-2ubuntu1 \
npm=1.3.10~dfsg-1 \
# This library is necessary to upgrade PIL/pillow module
libjpeg8-dev \
libjpeg8-dev=8c-2ubuntu8 \
# Git is required to clone Odoo OCB project
git
git=1:1.9.1-1ubuntu0.7

# Install Odoo python dependencies
ADD sources/pip-req.txt /opt/sources/pip-req.txt
Expand Down

0 comments on commit 93504f1

Please sign in to comment.