We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a306cdd commit 6897fe5Copy full SHA for 6897fe5
Dockerfile-devel
@@ -5,7 +5,7 @@ ENV PATH=$PATH:$PROJECT_PATH/build
5
ENV CGO_ENABLED=0
6
ENV GO_EXTRA_BUILD_ARGS="-a -installsuffix cgo"
7
8
-RUN apk add --no-cache ca-certificates make git bash upx rpm
+RUN apk add --no-cache ca-certificates make git bash upx rpm tar
9
10
RUN mkdir -p $PROJECT_PATH
11
COPY . $PROJECT_PATH
0 commit comments