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