Skip to content

Commit

Permalink
fix: add linux-headers to docker builder
Browse files Browse the repository at this point in the history
Tested in rootulp#9
  • Loading branch information
rootulp committed Jul 14, 2023
1 parent 129d943 commit 2dbc5dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ FROM docker.io/golang:1.20.5-alpine3.17 as builder
RUN apk update && apk add --no-cache \
gcc \
git \
# linux-headers are needed for Ledger support
linux-headers \
make \
musl-dev
COPY . /celestia-app
Expand Down

0 comments on commit 2dbc5dc

Please sign in to comment.