Skip to content

Commit

Permalink
Add sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
nhatnghiho committed Jan 29, 2025
1 parent 1dcc7f2 commit 9eb68a7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ RUN set -ex && \
cmake \
curl \
make \
sudo \
ninja-build \
patch \
perl \
Expand Down Expand Up @@ -84,4 +85,4 @@ RUN set -ex && \
rm -rf /tmp/*

COPY install_common_dependencies.sh /
RUN set -ex && /install_common_dependencies.sh && rm install_common_dependencies.sh
RUN set -ex && /install_common_dependencies.sh && rm install_common_dependencies.sh

0 comments on commit 9eb68a7

Please sign in to comment.