FROM alpine:3.12 RUN set -ex \ && apk add --no-cache \ nethack COPY samurai / EXPOSE 2222 ENTRYPOINT ["/samurai"] CMD ["run"]