5 lines
69 B
Docker
5 lines
69 B
Docker
FROM alpine/git
|
|
|
|
RUN apk add --no-cache curl
|
|
|
|
ADD update /bin/update
|