Skip to content

Commit

Permalink
sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgodbolt committed Mar 11, 2023
1 parent fb3fdae commit 6a48b85
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 @@ -11,14 +11,14 @@ RUN apt install -y -qq --no-install-recommends \
python-is-python3 \
python3 \
software-properties-common \
sudo \
xz-utils && npm i -g n && n latest

WORKDIR /root
ENV PATH=${PATH}:/root/depot_tools:/root/v8/tools/dev

RUN git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git --depth=1

RUN apt install sudo # TODO move
# snapcraft in docker and https://circleci.com/docs/2.0/high-uid-error/
# you can find it use `find / \! -uid 0 -print`
RUN fetch v8 && \
Expand Down

0 comments on commit 6a48b85

Please sign in to comment.