Skip to content

Commit

Permalink
Adjusts in docker build process
Browse files Browse the repository at this point in the history
  • Loading branch information
filhocf committed Apr 5, 2018
1 parent 818dd5e commit 63d25d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM python:alpine
ARG VERSION=master

RUN \
apk add --no-cache unzip wget ca-certificates gcc openldap-dev binutils-libs binutils gmp isl libgomp libatomic libgcc pkgconf pkgconfig mpfr3 mpc1 libstdc++ libc-dev musl-dev mariadb-dev postgresql-dev nginx
apk add --no-cache unzip wget ca-certificates gcc openldap-dev binutils-libs binutils gmp isl libgomp libatomic libgcc pkgconf pkgconfig mpfr3 mpc1 libstdc++ libc-dev musl-dev mariadb-dev postgresql-dev nginx gettext

RUN \
cd /var/www; \
Expand Down
1 change: 1 addition & 0 deletions docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ if [ ! -d /run/nginx ]; then
fi

python manage.py migrate
python manage.py compilemessages

nginx

Expand Down
10 changes: 1 addition & 9 deletions docker/requeriments.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
dj-database-url==0.4.2
Django==2.0.1
django-auth-ldap==1.3.0
django-mptt==0.9.0
django-widget-tweaks==1.4.1
-r ../requeriments.txt
gunicorn==19.7.1
mysqlclient==1.3.12
pyldap==2.4.45
psycopg2==2.7.4
python-decouple==3.1
pytz==2017.3
wordfilter==0.2.6.2

0 comments on commit 63d25d4

Please sign in to comment.