Skip to content

Commit

Permalink
Fix Docker build after switch to Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
robertknight committed May 2, 2024
1 parent 8087e1a commit 91969d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN addgroup -S hypothesis && adduser -S -G hypothesis -h /var/lib/hypothesis hy
WORKDIR /var/lib/hypothesis

# Ensure nginx state and log directories writeable by unprivileged user.
RUN chown -R hypothesis:hypothesis /etc/nginx/conf.d /var/log/nginx /var/lib/nginx
RUN chown -R hypothesis:hypothesis /var/log/nginx /var/lib/nginx

# Copy minimal data to allow installation of python dependencies.
COPY ./requirements/requirements.txt ./
Expand Down

0 comments on commit 91969d5

Please sign in to comment.