Skip to content

Commit

Permalink
DL4001
Browse files Browse the repository at this point in the history
Signed-off-by: Tasos Katsoulas <[email protected]>
  • Loading branch information
tkatsoulas committed Jan 17, 2024
1 parent 41637f1 commit 2383ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package-builders/Dockerfile.ubuntu20.04.v1
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ RUN if dpkg-architecture --is 'armhf'; then \
apt-get upgrade -y ; \
fi

RUN curl https://sentry.io/get-cli/ > /tmp/get-sentry.sh && sh /tmp/get-sentry.sh
RUN wget -O /tmp/get-sentry.sh https://sentry.io/get-cli/ && sh /tmp/get-sentry.sh

Check notice on line 81 in package-builders/Dockerfile.ubuntu20.04.v1

View workflow job for this annotation

GitHub Actions / hadolint

[hadolint] package-builders/Dockerfile.ubuntu20.04.v1#L81 <DL3047>(https://github.com/hadolint/hadolint/wiki/DL3047)

Avoid use of wget without progress bar. Use `wget --progress=dot:giga <url>`. Or consider using `-q` or `-nv` (shorthands for `--quiet` or `--no-verbose`).
Raw output
message:"Avoid use of wget without progress bar. Use `wget --progress=dot:giga <url>`. Or consider using `-q` or `-nv` (shorthands for `--quiet` or `--no-verbose`)." location:{path:"package-builders/Dockerfile.ubuntu20.04.v1" range:{start:{line:81 column:1}}} severity:INFO source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"DL3047" url:"https://github.com/hadolint/hadolint/wiki/DL3047"}

COPY package-builders/entrypoint.sh /entrypoint.sh
COPY package-builders/debian-build.sh /build.sh
Expand Down

0 comments on commit 2383ba8

Please sign in to comment.