Skip to content

Commit

Permalink
Force Install with -y
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Hadley <[email protected]>
  • Loading branch information
ahadley1124 committed Feb 16, 2024
1 parent b51bc94 commit 13d1544
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
Expand Up @@ -17,7 +17,7 @@ RUN cargo fetch

RUN apt-get update

RUN apt-get install pkg-config
RUN apt-get install pkg-config -y

# Build the application.
RUN cargo build --release
Expand Down

0 comments on commit 13d1544

Please sign in to comment.