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 1d59d77 commit 37f4cc5Copy full SHA for 37f4cc5
build_env/Dockerfile
@@ -52,7 +52,7 @@ COPY --chown=root:root *.csv ./
52
RUN bash download_source.sh
53
54
RUN bash build_library.sh
55
-
+RUN ls -l thirdparty/lib64 | grep flags
56
RUN tar cvzf thirdparty.tar.gz thirdparty/
57
58
FROM base
0 commit comments