Skip to content

Commit

Permalink
Install tar in dev image.
Browse files Browse the repository at this point in the history
  • Loading branch information
brocaar committed Mar 11, 2024
1 parent a306cdd commit 6897fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-devel
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV PATH=$PATH:$PROJECT_PATH/build
ENV CGO_ENABLED=0
ENV GO_EXTRA_BUILD_ARGS="-a -installsuffix cgo"

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

RUN mkdir -p $PROJECT_PATH
COPY . $PROJECT_PATH
Expand Down

0 comments on commit 6897fe5

Please sign in to comment.