File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed
Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM python:alpine
33ARG VERSION=master
44
55RUN \
6- 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 nginx
6+ 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
77
88RUN \
99 cd /var/www; \
1212 mv ideax-master ideax; \
1313 rm ideax.tar.gz; \
1414 cd ideax; \
15- pip install -r requeriments.txt
15+ pip install -r docker/ requeriments.txt
1616
1717# RUN \
1818# apk del binutils-libs binutils gmp isl libgomp libatomic libgcc pkgconf pkgconfig mpfr3 mpc1 libstdc++ gcc musl-dev libc-dev zlib-dev openssl-dev mariadb-common mariadb-client-libs libaio mariadb-libs mariadb-dev db libsasl cyrus-sasl-dev libuuid libblkid libfdisk libmount libsmartcols util-linux-dev unzip wget
Original file line number Diff line number Diff line change 1+ dj-database-url==0.4.2
2+ Django==2.0.1
3+ django-auth-ldap==1.3.0
4+ django-widget-tweaks==1.4.1
5+ gunicorn==19.7.1
6+ mysqlclient==1.3.12
7+ pyldap==2.4.45
8+ psycopg2==2.7.4
9+ python-decouple==3.1
10+ pytz==2017.3
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ Django==2.0.1
33django-auth-ldap==1.3.0
44django-widget-tweaks==1.4.1
55gunicorn==19.7.1
6- mysqlclient==1.3.12
76pyldap==2.4.45
87python-decouple==3.1
98pytz==2017.3
You can’t perform that action at this time.
0 commit comments