Skip to content

Commit

Permalink
fix dockerfile for github action
Browse files Browse the repository at this point in the history
  • Loading branch information
aofengli committed Jan 2, 2024
1 parent 9aa4553 commit c63681c
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 c63681c

Please sign in to comment.