remove unnecessary runs
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
FROM kandrusyak/go-build as build
|
||||
LABEL authors="andrusyakka@dopcore.com"
|
||||
|
||||
RUN apk update
|
||||
RUN apk upgrade
|
||||
RUN apk add --update gcc g++
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
ENV CGO_ENABLED 1
|
||||
|
||||
Reference in New Issue
Block a user