Skip to content

Commit 87efe91

Browse files
committed
Add git to Docker image
...to fix a crash during application startup on staging and production.
1 parent 9c85f80 commit 87efe91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM python:3.11.11-alpine3.19
22
LABEL maintainer="Hypothes.is Project and contributors"
33

44
# Install nginx & supervisor
5-
RUN apk add --no-cache nginx supervisor build-base libffi-dev openssl-dev
5+
RUN apk add --no-cache nginx supervisor build-base libffi-dev openssl-dev git
66

77
# Create the hypothesis user, group, home directory and package directory.
88
RUN addgroup -S hypothesis && adduser -S -G hypothesis -h /var/lib/hypothesis hypothesis

0 commit comments

Comments
 (0)