Delete an F in From Dockerfile

This commit is contained in:
Axel Fernandez 2020-08-11 00:48:13 -03:00
parent a992da4780
commit 0cfdb0ea9e

View File

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