Skip to content

Commit

Permalink
fix: musl-dev not musl-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
gluax committed Jul 8, 2024
1 parent 5d0ca16 commit bf6de4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.build-static
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apk add --no-cache \
build-base \
linux-headers \
binutils-gold \
musl-tools
musl-dev

# Download go dependencies
WORKDIR /seda-chain
Expand Down

0 comments on commit bf6de4e

Please sign in to comment.