Skip to content

Commit

Permalink
changes to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
marklee77 committed Jul 8, 2015
1 parent ae64e82 commit d0adea7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ RUN apt-get update && \
runit && \
rm -rf /var/lib/apt/lists/* /var/cache/apt/*


RUN mkdir -p /etc/service/sshd && \
echo '#!/bin/sh\nmkdir -p /var/run/sshd\nexec /usr/sbin/sshd -D' \
> /etc/service/sshd/run && \
Expand Down

0 comments on commit d0adea7

Please sign in to comment.