Skip to content

Commit

Permalink
Dockefile: apt-get install -y
Browse files Browse the repository at this point in the history
  • Loading branch information
lskatz committed Nov 2, 2023
1 parent e18a3a6 commit f81edbe
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 @@ -14,7 +14,7 @@ LABEL maintainer.email="[email protected]"
LABEL maintainer2="John Phan"

RUN apt-get update
RUN apt-get install \
RUN apt-get install -y \
ca-certificates \
linux-headers-amd64 \
git \
Expand Down

0 comments on commit f81edbe

Please sign in to comment.