Skip to content

Commit 878fef9

Browse files
authored
Merge pull request #44 from Xpirix/fix_gh_actions
Stick to stripe 12.5 for now
2 parents 77e0136 + 13bae07 commit 878fef9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deployment/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
2727
ENV 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
3030
ADD deployment/docker/REQUIREMENTS.txt /REQUIREMENTS.txt
3131
ADD deployment/docker/uwsgi.conf /uwsgi.conf
3232
ADD django_project /home/web/django_project

deployment/docker/REQUIREMENTS.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
77
git+https://github.com/ckrybus/crispy-bulma.git@2e9abb0
8-
8+
stripe~=12.5
99
Django~=4.2
1010
git+https://github.com/Xpirix/dj-stripe.git@django4_update
1111
django-allauth~=0.63

0 commit comments

Comments
 (0)