Merge pull request #5 from AxelFernandez/master

Delete an F in From Dockerfile
This commit is contained in:
Federico Dossena
2020-08-11 07:07:18 +02:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
FFROM golang:alpine AS build_base FROM golang:alpine AS build_base
#ENV GOARCH arm64 #ENV GOARCH arm64
#ENV GOARCH amd64 #ENV GOARCH amd64
RUN apk add --no-cache git gcc ca-certificates libc-dev \ RUN apk add --no-cache git gcc ca-certificates libc-dev \