We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6db553 commit 42d796eCopy full SHA for 42d796e
Dockerfile
@@ -1,6 +1,8 @@
1
FROM amazonlinux:2017.09.0.20170930
2
3
-RUN yum update && yum install -y less procps git curl which vi sudo ruby24 python36
+RUN yum update && yum install -y less procps git curl which vi sudo ruby24
4
+RUN yum install python36 python36-virtualenv python36-pip
5
+
6
RUN useradd -ms /bin/bash ec2-user
7
8
COPY cloud-init /etc/sudoers.d
0 commit comments