Skip to content

Commit 2f304f2

Browse files
fix dockerfile
1 parent a5bc5cd commit 2f304f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/docker/Dockerfile.glibc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ RUN apt-get -qq install -y build-essential
1717
RUN apt-get -qq install -y curl
1818
RUN apt-get -qq install -y cmake
1919

20-
RUN "PRINTING DEPENDENCY INFORMATION"
20+
RUN echo "PRINTING DEPENDENCY INFORMATION"
2121
RUN python3 --version
2222
RUN node --version
2323

2424
RUN npm run install-zstd
2525

26-
RUN "ZSTD INSTALLED AND BUILT."
26+
RUN echo "ZSTD INSTALLED AND BUILT."
2727
RUN npm install
2828
RUN npm run prebuild
2929

0 commit comments

Comments
 (0)