Skip to content

Commit

Permalink
Merge pull request #4 from maykonlf/hotfix/missing-curl
Browse files Browse the repository at this point in the history
Add curl to dockerfile
  • Loading branch information
maykonlsf authored Dec 23, 2019
2 parents d2447f2 + 0070b94 commit 0b64b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ RUN CGO_ENABLED=0 GOOS=linux go build -o semver cmd/semver/main.go

FROM alpine:3
COPY --from=builder /build/semver /bin/
RUN apk update && apk add --no-cache git bash openssh
RUN apk update && apk add --no-cache git bash openssh curl
CMD ["./bash"]

0 comments on commit 0b64b1e

Please sign in to comment.