FROM vulhub/docker:28.0.1

LABEL maintainer="phithon <root@leavesongs.com>"

COPY docker-entrypoint.sh /

ENTRYPOINT [ "/docker-entrypoint.sh" ]