FROM alpine:latest WORKDIR /app RUN apk update && apk add docker ENTRYPOINT [ "/bin/sh" ]