Console Output
+ docker build -t cuberite/docker-ci/users-manual:latest users-manual
Sending build context to Docker daemon 2.56kB
Step 1/7 : FROM debian:buster
---> 7a4951775d15
Step 2/7 : RUN apt-get update && apt-get install -y --no-install-recommends python3 python3-pip python3-setuptools git openssh-server openjdk-11-jre-headless ca-certificates-java
---> Using cache
---> 77dd05b750ec
Step 3/7 : RUN mkdir /var/run/sshd
---> Using cache
---> 4f353f7d117b
Step 4/7 : RUN useradd -m -d /home/jenkins -s /bin/sh jenkins && echo "jenkins:jenkins" | chpasswd
---> Using cache
---> 30f4882f79e9
Step 5/7 : RUN pip3 install html5validator
---> Using cache
---> b57ae0ae33ec
Step 6/7 : EXPOSE 22
---> Using cache
---> 49c0fd696164
Step 7/7 : CMD ["/usr/sbin/sshd", "-D"]
---> Using cache
---> 639a57d9543c
Successfully built 639a57d9543c
Successfully tagged cuberite/docker-ci/users-manual:latest