Student User
2019-12-11 072a2e04c7d9bc1898a4b54030b3d3324f3c5239
include a vim
1 files modified
2 ■■■ changed files
Dockerfile 2 ●●● patch | view | raw | blame | history
Dockerfile
@@ -6,7 +6,7 @@
COPY training.repo /etc/yum.repos.d/training.repo
COPY oc /usr/bin/oc
WORKDIR /
RUN yum -y install passwd shadow-utils openssh-server && \
RUN yum -y install vim-minimal passwd shadow-utils openssh-server && \
    useradd -m -d /home/blah blah && \
    echo fump | passwd --stdin blah && \
    tar -xvf /sshd.tar && \