Skip to content

Commit

Permalink
Ignore a couple hadolint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdot-dev committed Jan 19, 2024
1 parent 90c4301 commit ec65167
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 @@ -17,7 +17,7 @@ COPY wef.sh /usr/local/sbin/wef
RUN chmod +x /usr/local/sbin/wef && \
chmod +x /opt/wef/wef

# hadolint ignore=DL3008,DL3015
# hadolint ignore=DL3008,DL3015,SC2046,DL3005
RUN apt-get update && \
apt-get dist-upgrade -y && \
echo "force-unsafe-io" > /etc/dpkg/dpkg.cfg.d/force-unsafe-io && \
Expand Down

0 comments on commit ec65167

Please sign in to comment.