Skip to content

Commit

Permalink
Remove one step in the build process.
Browse files Browse the repository at this point in the history
The pip/setuptools version in Debian 11 no longer cause warnings.
  • Loading branch information
yegle committed Jun 20, 2022
1 parent 6b9b246 commit 81a7ab1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ RUN apt-get install -y build-essential libxml2-dev libxslt-dev curl \

ENV PATH "/app/bin:$PATH"
RUN python3 -mvenv /app
RUN pip3 install -U pip setuptools
COPY --from=node_build_env /tmp/build/fava /tmp/build/fava

WORKDIR /tmp/build
Expand Down

0 comments on commit 81a7ab1

Please sign in to comment.