Skip to content

Commit

Permalink
Added -y
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-shepherd committed Jan 9, 2025
1 parent 336d91b commit c542468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/jobs/single-step/r/accidents/docker-context/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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 python3-venv
apt-get install -y python3-venv

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

Expand Down

0 comments on commit c542468

Please sign in to comment.