better nodekey

This commit is contained in:
Sebastian
2025-02-02 07:44:17 +01:00
parent 73e72904d3
commit 86f870fe91
2 changed files with 9 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
FROM golang:1.19-alpine as builder
# Install packages we need
RUN apk add --no-cache make gcc musl-dev linux-headers git openssl
RUN apk add --no-cache make gcc musl-dev linux-headers git openssl xxd
# Make a folder to work in
RUN mkdir /fantom