File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ FROM alpine
1717MAINTAINER Google Shaderc Team
1818
1919RUN apk add --update \
20- bison \
2120 build-base \
2221 cmake \
2322 git \
@@ -29,9 +28,10 @@ RUN apk add --update \
2928WORKDIR /root
3029RUN git clone https://github.com/google/shaderc
3130WORKDIR shaderc
32- RUN git clone https://github.com/google/googletest.git third_party/googletest
33- RUN git clone https://github.com/google/glslang.git third_party/glslang
34- RUN git clone https://github.com/KhronosGroup/SPIRV-Tools.git third_party/spirv-tools
31+ RUN git clone https://github.com/google/googletest.git third_party/googletest
32+ RUN git clone https://github.com/google/glslang.git third_party/glslang
33+ RUN git clone https://github.com/KhronosGroup/SPIRV-Tools.git third_party/spirv-tools
34+ RUN git clone https://github.com/KhronosGroup/SPIRV-Headers.git third_party/spirv-tools/external/spirv-headers
3535
3636WORKDIR build
3737RUN cmake -GNinja \
You can’t perform that action at this time.
0 commit comments