File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ RUN dpkg -i pandoc-3.2-1-amd64.deb && rm pandoc-3.2-1-amd64.deb
2626# In the future, we may have to include rust toolchain in the Dockerfile
2727ENV CRYPTOGRAPHY_DONT_BUILD_RUST=1
2828
29- RUN apt-get update -y && apt-get -y install git build-essential libpangocairo-1.0-0
29+ RUN apt-get update -y && apt-get -y install git cmake build-essential pkg-config libcairo2-dev libpangocairo-1.0-0
3030ADD deployment/docker/REQUIREMENTS.txt /REQUIREMENTS.txt
3131ADD deployment/docker/uwsgi.conf /uwsgi.conf
3232ADD django_project /home/web/django_project
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ git+https://github.com/ckrybus/crispy-bulma.git@2e9abb0
88
99Django~=4.2
1010git+https://github.com/Xpirix/dj-stripe.git@django4_update
11+ stripe~=12.5
1112django-allauth~=0.63
1213django-braces~=1.17
1314# disqus
@@ -60,4 +61,4 @@ django-webpack-loader~=3.1
6061sorl-thumbnail~=12.11
6162
6263# Resend email
63- resend~=2.7
64+ resend~=2.7
You can’t perform that action at this time.
0 commit comments