Skip to content

Commit 1adbe7b

Browse files
Add python3-requests to DOMserver needed for new import script.
Fixes #149
1 parent 0d0d640 commit 1adbe7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/domserver/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ RUN apt update \
5656
php-gd php-curl php-mysql php-json php-intl \
5757
php-gmp php-xml php-mbstring php-ldap \
5858
enscript lpr \
59-
ca-certificates python3-yaml \
59+
ca-certificates python3-yaml python3-requests \
6060
&& rm -rf /var/lib/apt/lists/*
6161

6262
# Install composer

0 commit comments

Comments
 (0)