fix entrypoint for use in Gitlab CI
This commit is contained in:
parent
53532617c2
commit
bc7ce3fe60
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue