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