We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2e0de9 commit b790d89Copy full SHA for b790d89
projects/v8/Dockerfile
@@ -20,7 +20,7 @@ RUN apt-get update && \
20
lsb-release sudo pkg-config file libc++-18-dev libc++abi-18-dev
21
RUN git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
22
ENV PATH=/src/depot_tools:$PATH
23
-RUN fetch v8
+RUN fetch v8 && cd v8 && git checkout HEAD && gclient sync -D
24
WORKDIR v8
25
26
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
0 commit comments