Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deployment/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN dpkg -i pandoc-3.2-1-amd64.deb && rm pandoc-3.2-1-amd64.deb
# In the future, we may have to include rust toolchain in the Dockerfile
ENV CRYPTOGRAPHY_DONT_BUILD_RUST=1

RUN apt-get update -y && apt-get -y install git build-essential libpangocairo-1.0-0
RUN apt-get update -y && apt-get -y install git cmake build-essential pkg-config libcairo2-dev libpangocairo-1.0-0
ADD deployment/docker/REQUIREMENTS.txt /REQUIREMENTS.txt
ADD deployment/docker/uwsgi.conf /uwsgi.conf
ADD django_project /home/web/django_project
Expand Down
3 changes: 2 additions & 1 deletion deployment/docker/REQUIREMENTS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ git+https://github.com/ckrybus/crispy-bulma.git@2e9abb0

Django~=4.2
git+https://github.com/Xpirix/dj-stripe.git@django4_update
stripe~=12.5
django-allauth~=0.63
django-braces~=1.17
# disqus
Expand Down Expand Up @@ -60,4 +61,4 @@ django-webpack-loader~=3.1
sorl-thumbnail~=12.11

# Resend email
resend~=2.7
resend~=2.7
Loading