Skip to content

Commit

Permalink
Merge pull request #140 from labhackercd/develop
Browse files Browse the repository at this point in the history
v2.3.3
  • Loading branch information
erivanio authored Sep 10, 2021
2 parents 0a42968 + 9996df5 commit 6b76202
Show file tree
Hide file tree
Showing 3 changed files with 197 additions and 187 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM labhackercd/alpine-python3-nodejs
FROM dockerhub-pub.camara.leg.br/labhacker/alpine-python3-nodejs:1.0.0

ENV BUILD_PACKAGES postgresql-dev postgresql-client jpeg-dev \
zlib-dev gettext
zlib-dev gettext libffi-dev

RUN apk add --update --no-cache $BUILD_PACKAGES
RUN mkdir -p /var/labhacker/wikilegis
Expand Down
41 changes: 21 additions & 20 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
Django==1.11.5
python-decouple>=3.0
django-debug-toolbar>=1.6
dj-database-url>=0.4.2
django-compressor>=2.1
django-compressor-toolkit>=0.6.0
django-constance>=2.2.0
django-picklefield>=1.0.0
django-bower>=5.2.0
django-cors-headers>=2.0.0
python3-openid>=3.0.10
social-auth-app-django>=0.1.0
django-crispy-forms>=1.6.1
requests>=2.12.5
pillow>=4.0.0
click>=6.7
django-autofixture>=0.12.1
django-tastypie>=0.13.3
mock>=2.0.0
django-embed-video>=1.1.0
Django==1.11.17
python-decouple==3.0
django-debug-toolbar==1.6
dj-database-url==0.4.2
django-compressor==2.1
django-compressor-toolkit==0.6.0
django-constance==2.2.0
django-picklefield==1.0.0
django-bower==5.2.0
django-cors-headers==2.0.0
python3-openid==3.0.10
social-auth-app-django==0.1.0
django-crispy-forms==1.6.1
requests==2.12.5
pillow==4.0.0
click==6.7
django-autofixture==0.12.1
django-tastypie==0.13.3
mock==2.0.0
django-embed-video==1.1.2
cryptography==2.8
Loading

0 comments on commit 6b76202

Please sign in to comment.