Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFrenchGhosty committed May 3, 2024
1 parent 770696a commit facd324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR /priviblur
RUN apk add --no-cache git python3 py3-pip rust cargo tini && \
addgroup -g 1000 -S priviblur && \
adduser -u 1000 -S priviblur -G priviblur && \
git clone --depth=1 https://github.com/syeopite/priviblur.git && \
git clone --depth=1 https://github.com/syeopite/priviblur.git . && \
pip3 install --break-system-packages -r requirements.txt && \
pybabel compile -d locales -D priviblur && \
git config --global --add safe.directory /priviblur
Expand Down

0 comments on commit facd324

Please sign in to comment.