Skip to content

Commit

Permalink
Add pip install to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
TheApplePieGod committed Jan 4, 2025
1 parent 19857b1 commit 123ba8a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions saturn/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ COPY --from=python /usr/local/include/python3.12 /usr/local/include/python3.12
COPY --from=python /usr/local/bin/pip* /usr/local/bin/
ENV PYTHONPATH=/usr/local/lib/python3.12:/usr/local/lib/python3.12/site-packages

# Install google cloud package for use in the scaffold
RUN python3.12 -m pip install google-cloud-storage

ENV APP_HOME /app
WORKDIR $APP_HOME

Expand Down

0 comments on commit 123ba8a

Please sign in to comment.