Skip to content

Commit

Permalink
ignore SC1091
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed May 25, 2024
1 parent 5ed8d78 commit 5f472f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM base as builder
# Set PATH to pickup virtual environment by default
ENV PATH=/usr/local/venv/bin:"${PATH}"
COPY . /code
# hadolint ignore=DL3003,SC2102
# hadolint ignore=DL3003,SC2102,SC1091
RUN apt-get -qq -y update && \
apt-get -qq -y install --no-install-recommends \
git && \
Expand Down

0 comments on commit 5f472f4

Please sign in to comment.