Skip to content

Commit

Permalink
sadly no matching package for wget
Browse files Browse the repository at this point in the history
  • Loading branch information
thijsvanloef committed Feb 13, 2024
1 parent 8b66a31 commit ddfa205
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ ARG SUPERCRONIC_VERSION="0.2.29"
# update and install dependencies
RUN apt-get update && apt-get install -y --no-install-recommends \

Check failure on line 42 in Dockerfile

View workflow job for this annotation

GitHub Actions / Lint - Docker

DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
procps=2:4.0.2-3 \
wget=1.21.3-1+b2 \
# hadolint ignore=DL3008
wget \
gettext-base=0.21-12 \
xdg-user-dirs=0.18-1 \
jo=1.9-1 \
Expand Down

0 comments on commit ddfa205

Please sign in to comment.