Skip to content

Commit 1042541

Browse files
committed
Update Dockerfile and REQUIREMENTS.txt to include additional dependencies
1 parent c587d5e commit 1042541

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ git+https://github.com/ckrybus/crispy-bulma.git@2e9abb0
88

99
Django~=4.2
1010
git+https://github.com/Xpirix/dj-stripe.git@django4_update
11+
stripe~=12.5
1112
django-allauth~=0.63
1213
django-braces~=1.17
1314
# disqus
@@ -60,4 +61,4 @@ django-webpack-loader~=3.1
6061
sorl-thumbnail~=12.11
6162

6263
# Resend email
63-
resend~=2.7
64+
resend~=2.7

0 commit comments

Comments
 (0)