Skip to content

Commit

Permalink
Installing apt packages with -y. RE:natcap#1431
Browse files Browse the repository at this point in the history
  • Loading branch information
phargogh committed Oct 19, 2023
1 parent 495ea32 commit 8cac295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Build the InVEST wheel in a separate container stage
FROM debian:12.2 as build
RUN apt update && apt install python3 python3-dev python3-pip python3-build build-essential
RUN apt update && apt install -y python3 python3-dev python3-pip python3-build build-essential
RUN python3 -m build && pwd

# Create the container for distribution that has runtime dependencies.
Expand Down

0 comments on commit 8cac295

Please sign in to comment.