Skip to content

Commit

Permalink
Merge branch 'master' of github.com:dgtlmoon/sockpuppetbrowser
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtlmoon committed Apr 4, 2024
2 parents 3b2f0c8 + 4e2ff39 commit 2eea9ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ FROM zenika/alpine-chrome:119-with-playwright

USER root
ENV PYTHONUNBUFFERED=1
ENV LOG_LEVEL=DEBUG
RUN apk add --update --no-cache python3 python3-dev musl-dev linux-headers && ln -sf python3 /usr/bin/python
RUN python3 -m ensurepip
RUN pip3 install --upgrade pip
Expand Down

0 comments on commit 2eea9ed

Please sign in to comment.