Skip to content

Commit

Permalink
Remove pip from 2nd stage server build (#962)
Browse files Browse the repository at this point in the history
  • Loading branch information
sambles committed Mar 19, 2024
1 parent 6f061b4 commit 561fb92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.api_server
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN pip install --user --no-warn-script-location -r ./requirements-server.txt &&
FROM ubuntu:22.04
RUN apt-get update \
&& apt-get upgrade -y \
&& apt-get install -y --no-install-recommends python3 python3-pip curl libmariadbclient-dev-compat \
&& apt-get install -y --no-install-recommends python3 python3-pkg-resources curl libmariadbclient-dev-compat \
&& rm -rf /var/lib/apt/lists/

COPY --from=build-packages /root/.local /root/.local
Expand Down

0 comments on commit 561fb92

Please sign in to comment.