Skip to content

Commit

Permalink
Add git and openssh
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkorstanje committed Apr 27, 2023
1 parent 51fa8d7 commit e82b351
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
@@ -1,7 +1,7 @@
FROM mattwynne/changelog:latest AS build

FROM alpine:latest
RUN apk add --no-cache curl jq
RUN apk add --no-cache curl jq git openssh
COPY --from=build /usr/local/bin/changelog /usr/local/bin/changelog
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit e82b351

Please sign in to comment.