Skip to content

Commit

Permalink
Merge pull request #2902 from irisnet/sheldon/fix-github-workflow
Browse files Browse the repository at this point in the history
fix dockerfile for github action
  • Loading branch information
sheldon committed Jan 2, 2024
2 parents 9aa4553 + c63681c commit 39fdf6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM golang:1.19.13-alpine3.18 as builder
ARG EVM_CHAIN_ID

# Set up dependencies
ENV PACKAGES make gcc git libc-dev bash linux-headers eudev-dev
ENV PACKAGES make gcc git libc-dev bash linux-headers eudev-dev build-base

WORKDIR /irishub

Expand Down

0 comments on commit 39fdf6c

Please sign in to comment.