Skip to content

Commit

Permalink
Merge pull request #1 from henry40408/feature/python3
Browse files Browse the repository at this point in the history
feat(dockerfile): install python3 for testing interpreter
  • Loading branch information
henry40408 committed Oct 1, 2017
2 parents a65033d + e5642d5 commit 6fdbc49
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
@@ -1,7 +1,7 @@
FROM alpine:3.6

RUN apk update && \
apk add openssh && \
apk add openssh python3 && \
ssh-keygen -A && \
echo 'root:toor' | chpasswd && \
sed -i 's@#PermitRootLogin prohibit-password@PermitRootLogin yes@' /etc/ssh/sshd_config
Expand Down

0 comments on commit 6fdbc49

Please sign in to comment.