fix entrypoint for use in Gitlab CI

This commit is contained in:
Tim Schubert 2022-05-21 12:38:49 +02:00
parent 53532617c2
commit bc7ce3fe60
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -3,3 +3,6 @@ FROM alpine/git
RUN apk add --no-cache curl RUN apk add --no-cache curl
ADD update /bin/update ADD update /bin/update
# Override ENTRYPOINT of alpine/git
ENTRYPOINT /bin/sh