Browse Source

Move dependencies to start of dockerfile

pull/3/head
thoscut 4 years ago committed by GitHub
parent
commit
2159920ec5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      Dockerfile

6
Dockerfile

@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
FROM golang:1.13-alpine3.10 AS build-env

#Build deps
RUN apk --no-cache add build-base git

#Setup
COPY . /src/gitea-group-sync
WORKDIR /src/gitea-group-sync

#Build deps
RUN apk --no-cache add build-base git

RUN go get gopkg.in/ldap.v3 && go get gopkg.in/robfig/cron.v3 && go build

FROM alpine:3.10

Loading…
Cancel
Save