Skip to content

Commit

Permalink
Add missing pip package to server image
Browse files Browse the repository at this point in the history
  • Loading branch information
sambles committed Feb 15, 2024
1 parent 409c4fa commit c20d053
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/Dockerfile.piwind_server
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
FROM coreoasis/api_server:latest

USER root
RUN apt-get update && apt-get -y install git python3-pip && rm -rf /var/lib/apt/lists/*

COPY --chown=server:server $ods_package ./
USER server

Expand Down

0 comments on commit c20d053

Please sign in to comment.