Skip to content

Commit

Permalink
fix: Update Dockerfiles and fix CI (#762)
Browse files Browse the repository at this point in the history
  • Loading branch information
rach-id authored Sep 22, 2022
1 parent fadb77a commit 9942ceb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# stage 1 Generate celestia-appd Binary
FROM golang:1.18-alpine as builder
RUN apk update && apk --no-cache add make gcc git musl-dev
RUN apk update && apk --no-cache add make gcc musl-dev
COPY . /celestia-app
WORKDIR /celestia-app
RUN make build
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_ephemeral
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM golang:1.18-alpine as builder

RUN apk update && \
apk upgrade && \
apk --no-cache add make
apk --no-cache add make gcc musl-dev

ENV HOME /celestia-app

Expand Down

0 comments on commit 9942ceb

Please sign in to comment.