We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5bc5cd commit 2f304f2Copy full SHA for 2f304f2
.github/docker/Dockerfile.glibc
@@ -17,13 +17,13 @@ RUN apt-get -qq install -y build-essential
17
RUN apt-get -qq install -y curl
18
RUN apt-get -qq install -y cmake
19
20
-RUN "PRINTING DEPENDENCY INFORMATION"
+RUN echo "PRINTING DEPENDENCY INFORMATION"
21
RUN python3 --version
22
RUN node --version
23
24
RUN npm run install-zstd
25
26
-RUN "ZSTD INSTALLED AND BUILT."
+RUN echo "ZSTD INSTALLED AND BUILT."
27
RUN npm install
28
RUN npm run prebuild
29
0 commit comments