Skip to content

Commit 6897fe5

Browse files
committed
Install tar in dev image.
1 parent a306cdd commit 6897fe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile-devel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ENV PATH=$PATH:$PROJECT_PATH/build
55
ENV CGO_ENABLED=0
66
ENV GO_EXTRA_BUILD_ARGS="-a -installsuffix cgo"
77

8-
RUN apk add --no-cache ca-certificates make git bash upx rpm
8+
RUN apk add --no-cache ca-certificates make git bash upx rpm tar
99

1010
RUN mkdir -p $PROJECT_PATH
1111
COPY . $PROJECT_PATH

0 commit comments

Comments
 (0)