Skip to content

Commit

Permalink
Added install for venv
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-shepherd committed Jan 9, 2025
1 parent 28871c8 commit 336d91b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cli/jobs/single-step/r/accidents/docker-context/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ FROM rocker/tidyverse:latest

# Install python
RUN apt-get update -qq && \
apt-get install -y python3-pip tcl tk libz-dev libpng-dev
apt-get install -y python3-pip tcl tk libz-dev libpng-dev && \
apt-get install python3-venv

RUN /usr/bin/python3 -m venv /usr/venv/

Expand Down

0 comments on commit 336d91b

Please sign in to comment.