File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ RUN apt-get update && apt-get -y upgrade && apt-get install -y --no-install-reco
1414 git \
1515 curl \
1616 make \
17+ sudo \
1718 && apt-get clean \
1819 && rm -rf /var/lib/apt/lists/*
1920COPY --from=builder /src/bin/assertoor /assertoor
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ RUN apt-get update && apt-get -y upgrade && apt-get install -y --no-install-reco
1717 git \
1818 curl \
1919 make \
20+ sudo \
2021 && apt-get clean \
2122 && rm -rf /var/lib/apt/lists/*
2223COPY --from=builder /src/bin/assertoor /assertoor
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ RUN apt-get update && apt-get -y upgrade && apt-get install -y --no-install-reco
99 git \
1010 curl \
1111 make \
12+ sudo \
1213 && apt-get clean \
1314 && rm -rf /var/lib/apt/lists/*
1415RUN update-ca-certificates
You can’t perform that action at this time.
0 commit comments