Skip to content

Commit

Permalink
Merge pull request #20 from idabblewith/main
Browse files Browse the repository at this point in the history
Update docker file
  • Loading branch information
idabblewith authored Feb 9, 2024
2 parents 2dcbf80 + 2629e36 commit aef5b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ RUN sed -i 's/python = "^3.11"/python = "<3.13,>=3.10"/' pyproject.toml
RUN poetry add brotli dj-database-url django-cors-headers django-environ \
djangorestframework django psycopg2-binary python-dotenv python-dateutil \
requests whitenoise[brotli] gunicorn pandas \
beautifulsoup4 docx2pdf lxml sentry-sdk[django]
beautifulsoup4 docx2pdf lxml sentry-sdk[django] html2text

RUN poetry add pillow
# dbca-utils
Expand Down

0 comments on commit aef5b43

Please sign in to comment.