Skip to content

Commit

Permalink
install sudo in builder
Browse files Browse the repository at this point in the history
  • Loading branch information
jachen-sh committed Mar 22, 2024
1 parent eb592a2 commit 43441f8
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 @@ -2,7 +2,7 @@ FROM ubuntu:22.04 AS builder
SHELL ["/bin/bash", "-c"]

RUN apt-get update && \
apt-get install -y --no-install-recommends ca-certificates git && \
apt-get install -y --no-install-recommends ca-certificates git sudo && \
rm -rf /var/lib/apt/lists/*

WORKDIR /usr/src/aptos
Expand Down

0 comments on commit 43441f8

Please sign in to comment.