Skip to content
Snippets Groups Projects
Unverified Commit 8c041823 authored by Wolfgang Welz's avatar Wolfgang Welz Committed by GitHub
Browse files

Merge pull request #88 from iotaledger/fix/docker

Fix Docker build
parents 5f32fc88 f7d12606
No related branches found
No related tags found
No related merge requests found
# we need to use alpine to build since cgo is required # we need to use alpine to build since cgo is required
FROM golang:1.12-alpine AS build FROM golang:1.13-alpine AS build
RUN apk add --no-cache git gcc g++ RUN apk add --no-cache git gcc g++
# Set the current Working Directory inside the container # Set the current Working Directory inside the container
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment