Skip to content

Commit

Permalink
add sudo to docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Jan 20, 2025
1 parent 6f11089 commit 0d93ae1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN apt-get update && apt-get -y upgrade && apt-get install -y --no-install-reco
git \
curl \
make \
sudo \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
COPY --from=builder /src/bin/assertoor /assertoor
Expand Down
1 change: 1 addition & 0 deletions Dockerfile-local
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RUN apt-get update && apt-get -y upgrade && apt-get install -y --no-install-reco
git \
curl \
make \
sudo \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
COPY --from=builder /src/bin/assertoor /assertoor
Expand Down
1 change: 1 addition & 0 deletions Dockerfile-stub
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN apt-get update && apt-get -y upgrade && apt-get install -y --no-install-reco
git \
curl \
make \
sudo \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
RUN update-ca-certificates
Expand Down

0 comments on commit 0d93ae1

Please sign in to comment.