4 lines
75 B
Docker
4 lines
75 B
Docker
FROM docker:stable
|
|
|
|
# Install packages
|
|
RUN apk add --no-cache curl wget git |