Skip to content
Snippets Groups Projects
Commit 651a55f6 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Updated dockerfile

parent 24c6bc6b
Branches
No related tags found
No related merge requests found
FROM instrumentisto/glide:0.13.1-go1.10 as builder
RUN apk --update add gcc musl-dev
FROM golang as builder
RUN curl https://glide.sh/get | sh
WORKDIR /go/src/app
COPY . .
RUN glide install
RUN go build -a app .
RUN CGO_ENABLED=false go build -a app .
FROM alpine:3.7
WORKDIR /root/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment