Skip to content

Commit

Permalink
Add python3-venv
Browse files Browse the repository at this point in the history
  • Loading branch information
ranchodeluxe authored Mar 18, 2024
1 parent 868f7dd commit f1ebf7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:22.04

# git is to support pip install from `git+https://` sources
RUN apt-get update && apt-get install -y python3 python3-pip git
RUN apt-get update && apt-get install -y python3 python3-pip python3-venv git
RUN python3 -m pip install --upgrade pip
RUN python3 -m pip install "pangeo-forge-runner[dataflow,flink]>=0.9.2"

Expand Down

0 comments on commit f1ebf7c

Please sign in to comment.