FROM alpine:latest
RUN apk update
# coreutils and strace are not needed but convenient for debugging.
RUN apk add zsh bash dash busybox strace coreutils python3 fish mksh
