Skip to content

Commit

Permalink
Merge pull request eclipse-openj9#9 from SueChaplain/updatedockerfile
Browse files Browse the repository at this point in the history
Update Dockerfile for Jenkins build
  • Loading branch information
pmhayward authored Apr 25, 2018
2 parents 946770b + bc1ec6b commit 3bf06b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends python3 python3
&& DEBIAN_FRONTEND="noninteractive" apt-get -q install -y -o Dpkg::Options::="--force-confnew" --no-install-recommends openssh-server \
&& rm -rf /var/lib/apt/lists/* \
&& pip3 install --upgrade pip \
&& pip3 install -U setuptools \
&& python3 -m pip install -U setuptools \
&& sed -i 's|session required pam_loginuid.so|session optional pam_loginuid.so|g' /etc/pam.d/sshd \
&& mkdir -p /var/run/sshd

Expand Down

0 comments on commit 3bf06b6

Please sign in to comment.