3 lines
100 B
Docker
3 lines
100 B
Docker
# hadolint ignore=DL3006
|
|
FROM git.geekify.de/containers/alpine-bash:latest
|
|
RUN apk add buildah wget
|