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 Feb 2, 2024
1 parent 5c38ffc commit 40271ce
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 @@ -20,7 +20,7 @@ USER server
FROM ubuntu:22.04
RUN apt-get update \
&& apt-get upgrade -y \
&& apt-get install -y --no-install-recommends sudo python3 python3-pip curl libmariadbclient-dev-compat \
&& apt-get install -y --no-install-recommends sudo python3 python3-pkg-resources curl libmariadbclient-dev-compat \
&& rm -rf /var/lib/apt/lists/

RUN adduser --home /home/server --shell /bin/bash --disabled-password --gecos "" server
Expand Down

0 comments on commit 40271ce

Please sign in to comment.