File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-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 @@ -5,7 +5,7 @@ beautifulsoup4~=4.12
55# The current last release version of crispy-bulma is broken, so we use the last commit
66# crispy-bulma~=0.11
77git+https://github.com/ckrybus/crispy-bulma.git@2e9abb0
8-
8+ stripe~=12.5
99Django~=4.2
1010git+https://github.com/Xpirix/dj-stripe.git@django4_update
1111django-allauth~=0.63
You can’t perform that action at this time.
0 commit comments