Skip to content

Commit 342dbfb

Browse files
committed
Silence output
1 parent 6bf73dc commit 342dbfb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

extensions/ql-vscode/test/e2e/docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ RUN apt-get update \
77
unzip \
88
&& rm -rf /var/lib/apt/lists/*
99

10-
RUN wget -O /tmp/codeql.zip https://github.com/github/codeql-cli-binaries/releases/download/v2.15.5/codeql-linux64.zip \
11-
&& unzip /tmp/codeql.zip -d /opt \
10+
RUN wget -q -O /tmp/codeql.zip https://github.com/github/codeql-cli-binaries/releases/download/v2.15.5/codeql-linux64.zip \
11+
&& unzip -q /tmp/codeql.zip -d /opt \
1212
&& rm -rf /tmp/codeql.zip
1313

1414
ENV PATH="/opt/codeql:${PATH}"

0 commit comments

Comments
 (0)