go-ethereum/build/bot/Dockerfile.linux
2022-09-29 00:04:14 +02:00

7 lines
222 B
Docker

FROM golang:1.19.1
# The repo checkout is mounted to /source.
WORKDIR /source
# Prevent git error because the owner of /source does not exist in the Docker container.
RUN git config --global --add safe.directory /source