Skip to content

Commit

Permalink
Added correct package versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
synyker committed Dec 5, 2022
1 parent daa6f13 commit bda17aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM python:3
ENV PYTHONUNBUFFERED 1

RUN apt-get update && apt-get -y upgrade
RUN apt-get install --fix-missing -y nginx netcat net-tools gettext python3-openssl python3-lxml wkhtmltopdf
RUN apt-get install --fix-missing -y nginx netcat net-tools gettext libxml2-dev libxslt-dev openssl wkhtmltopdf

RUN mkdir /code
WORKDIR /code
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
bcrypt==3.2.0
cffi==1.15.0
confusable-homoglyphs==3.2.0
cryptography==3.4.7
cryptography==3.4.8
Django==3.2.13
django-countries==7.2.1
django-crum==0.7.9
Expand All @@ -16,7 +16,6 @@ future==0.18.2
gunicorn==20.1.0
lxml==4.6.5
ordereddict==1.1
paramiko==2.7.2
Pillow==9.0.1
psycopg2==2.8.6
pycparser==2.20
Expand Down

0 comments on commit bda17aa

Please sign in to comment.