7 lines
85 B
Docker
7 lines
85 B
Docker
FROM alpine/git
|
|
|
|
RUN apk add --no-cache curl
|
|
|
|
ADD update /update
|
|
|
|
ENTRYPOINT /bin/sh
|