Skip to content

Commit

Permalink
apt-get instead of apt
Browse files Browse the repository at this point in the history
  • Loading branch information
Thijs van Loef committed Feb 27, 2024
1 parent b1e4139 commit 5582dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ARG SUPERCRONIC_VERSION="0.2.29"

# update and install dependencies
# hadolint ignore=DL3008
RUN apt-get update && apt --fix-broken install && apt-get install -y --no-install-recommends \
RUN apt-get update && apt-get --fix-broken install -y && apt-get install -y --no-install-recommends \

Check failure on line 48 in Dockerfile

View workflow job for this annotation

GitHub Actions / Lint - Docker

DL3015 info: Avoid additional packages by specifying `--no-install-recommends`
procps=2:4.0.2-3 \
wget \
libproc2-0 \
Expand Down

0 comments on commit 5582dc1

Please sign in to comment.