This repository was archived by the owner on Sep 1, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ FROM docker.pkg.github.com/github/codeql-learninglab-actions/codeql-learninglab-
155
155
COPY --chown=codeql:codeql config /home/codeql/config
156
156
WORKDIR /home/codeql/config
157
157
# Download, unzip and then delete the zip file in one step to reduce image size
158
- RUN wget --quiet <url-for-snapshot-zip> -O snapshot .zip && unzip -qq snapshot .zip && rm -rf snapshot .zip
158
+ RUN wget --quiet <url-for-snapshot-zip> -O database .zip && unzip -qq database .zip && rm -rf database .zip
159
159
` ` `
160
160
161
161
Note that we download, unzip and then delete the zip file of the snapshot
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ FROM docker.pkg.github.com/github/codeql-learninglab-actions/codeql-learninglab-
4
4
COPY --chown=codeql:codeql config /home/codeql/config
5
5
WORKDIR /home/codeql/config
6
6
# Download, unzip and then delete the zip file in one step to reduce image size
7
- RUN wget --quiet https://downloads.lgtm.com/snapshots/cpp/GNU/glibc/bminor_glibc_cpp-srcVersion_333221862ecbebde60dd16e7ca17d26444e62f50-dist_odasa-lgtm-2019-04-08-af06f68-linux64.zip -O snapshot .zip && unzip -qq snapshot .zip && rm -rf snapshot .zip
7
+ RUN wget --quiet https://downloads.lgtm.com/snapshots/cpp/GNU/glibc/bminor_glibc_cpp-srcVersion_333221862ecbebde60dd16e7ca17d26444e62f50-dist_odasa-lgtm-2019-04-08-af06f68-linux64.zip -O database .zip && unzip -qq database .zip && rm -rf database .zip
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ FROM docker.pkg.github.com/github/codeql-learninglab-actions/codeql-learninglab-
4
4
COPY --chown=codeql:codeql config /home/codeql/config
5
5
WORKDIR /home/codeql/config
6
6
# Download, unzip and then delete the zip file in one step to reduce image size
7
- RUN wget --quiet https://downloads.lgtm.com/snapshots/cpp/GNU/glibc/bminor_glibc_cpp-srcVersion_333221862ecbebde60dd16e7ca17d26444e62f50-dist_odasa-lgtm-2019-04-08-af06f68-linux64.zip -O snapshot .zip && unzip -qq snapshot .zip && rm -rf snapshot .zip
7
+ RUN wget --quiet https://downloads.lgtm.com/snapshots/cpp/GNU/glibc/bminor_glibc_cpp-srcVersion_333221862ecbebde60dd16e7ca17d26444e62f50-dist_odasa-lgtm-2019-04-08-af06f68-linux64.zip -O database .zip && unzip -qq database .zip && rm -rf database .zip
You can’t perform that action at this time.
0 commit comments