We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
git
1 parent 9c85f80 commit 87efe91Copy full SHA for 87efe91
1 file changed
Dockerfile
@@ -2,7 +2,7 @@ FROM python:3.11.11-alpine3.19
2
LABEL maintainer="Hypothes.is Project and contributors"
3
4
# Install nginx & supervisor
5
-RUN apk add --no-cache nginx supervisor build-base libffi-dev openssl-dev
+RUN apk add --no-cache nginx supervisor build-base libffi-dev openssl-dev git
6
7
# Create the hypothesis user, group, home directory and package directory.
8
RUN addgroup -S hypothesis && adduser -S -G hypothesis -h /var/lib/hypothesis hypothesis
0 commit comments