Skip to content

Commit 42d796e

Browse files
committedOct 6, 2017
added python36
1 parent f6db553 commit 42d796e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
FROM amazonlinux:2017.09.0.20170930
22

3-
RUN yum update && yum install -y less procps git curl which vi sudo ruby24 python36
3+
RUN yum update && yum install -y less procps git curl which vi sudo ruby24
4+
RUN yum install python36 python36-virtualenv python36-pip
5+
46
RUN useradd -ms /bin/bash ec2-user
57

68
COPY cloud-init /etc/sudoers.d

0 commit comments

Comments
 (0)
Please sign in to comment.