Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ubuntu-dev/ubuntu-dev.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ RUN __LLVM_VERSION__="6.0" \
ENV SHELL /bin/bash
ENV CC clang-6.0
ENV CXX clang++-6.0
ENV DISPLAY :98

# Disallow logging in to SSH with a password.
RUN sed -ri "s/^[#\s]*PasswordAuthentication\s+[yn].*$/PasswordAuthentication no/" /etc/ssh/sshd_config \
Expand Down