Skip to content

Commit

Permalink
Added ignores for docker file
Browse files Browse the repository at this point in the history
Dashboy1998 committed Mar 26, 2024
1 parent 326f19e commit 1be2668
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# hadolint ignore=DL3007
FROM linuxserver/ffmpeg
# hadolint ignore=DL3006
FROM linuxserver/ffmpeg:latest

Check failure on line 2 in Dockerfile

GitHub Actions / Lint - Docker

DL3007 warning: Using latest is prone to errors if the image will ever update. Pin the version explicitly to a release tag

WORKDIR /
COPY --chown=user:user requirements.txt requirements.txt

# hadolint ignore=DL3008
RUN apt-get update && apt-get install --no-install-recommends -y \
python-is-python3 \
pip \

0 comments on commit 1be2668

Please sign in to comment.