good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 3fcb6187 authored by Alex Sharov's avatar Alex Sharov Committed by GitHub
Browse files

DockerHub support (#2325)

parent 3347068d
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,9 @@ FROM golang:1.16-alpine3.13 as builder
RUN apk --no-cache add make gcc g++ linux-headers git bash ca-certificates libgcc libstdc++
WORKDIR /app
ADD . .
RUN make erigon rpcdaemon integration sentry
RUN make all
FROM alpine:3.13
......
#!/bin/bash
# Docker hub does a recursive clone, then checks the branch out,
# so when a PR adds a submodule (or updates it), it fails.
git submodule update --init
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment