Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFrenchGhosty committed May 3, 2024
1 parent 1433768 commit 3d02d2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN apk add --no-cache git python3 py3-pip rust cargo tini && \
git clone --depth=1 https://github.com/syeopite/priviblur.git . && \
pip3 install --break-system-packages -r requirements.txt && \
pybabel compile -d locales -D priviblur && \
chown -R priviblur:priviblur /priviblur && \
git config --global --add safe.directory /priviblur

EXPOSE 8000
Expand Down

0 comments on commit 3d02d2d

Please sign in to comment.