Skip to content

Commit

Permalink
Add -y flag ensure that apt installs the packages without prompting f…
Browse files Browse the repository at this point in the history
…or user confirmation
  • Loading branch information
aloftus23 committed Jan 28, 2025
1 parent 5e5f66a commit 3f56756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile.pe
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY ./package* ./

COPY src ./src

RUN apt update && apt install git zlib1g-dev
RUN apt update && apt install -y git zlib1g-dev

RUN apt-get update && apt-get install -y jq

Expand Down

0 comments on commit 3f56756

Please sign in to comment.