Skip to content

Commit

Permalink
fix: fix hadolint
Browse files Browse the repository at this point in the history
  • Loading branch information
0xawaz committed Nov 12, 2024
1 parent d94b4f8 commit f9ab6db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .hadolint.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
ignored:
- DL3018
- DL3018
- DL3008
2 changes: 1 addition & 1 deletion Dockerfile.devnode
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG PRYSM_VERSION=v5.0.3

# Install dependencies
RUN apt-get update &&\
apt-get install -y git git-lfs
apt-get install -y --no-install-recommends git git-lfs

# Download and set up Prysm binaries
ADD https://github.com/prysmaticlabs/prysm/releases/download/${PRYSM_VERSION}/beacon-chain-${PRYSM_VERSION}-linux-${TARGETARCH} /usr/bin/prysm-beacon
Expand Down

0 comments on commit f9ab6db

Please sign in to comment.