Skip to content

Commit

Permalink
fix: No sudo in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
null2264 committed Jul 12, 2023
1 parent ef4d240 commit 01ae49d
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 @@ -12,7 +12,7 @@ WORKDIR /app
ENV PATH="/root/.local/bin:${PATH}" \
VIRTUAL_ENV="/venv"

RUN sudo apt install patch
RUN apt install patch
RUN pip install -U pip setuptools wheel
RUN pip install pdm
RUN python -m venv /venv
Expand Down

0 comments on commit 01ae49d

Please sign in to comment.