Skip to content

Commit

Permalink
fix: hadolint DL3008 rule
Browse files Browse the repository at this point in the history
  • Loading branch information
fbac committed Jul 25, 2024
1 parent f89228f commit 8fb78a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion networks/local/ethermintnode/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM golang:stretch as build-env
# Install minimum necessary dependencies
ENV PACKAGES curl make git libc-dev bash gcc

# hadolint ignore=DL3018
# hadolint ignore=DL3008
RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y $PACKAGES
Expand Down

0 comments on commit 8fb78a8

Please sign in to comment.