Support centos6 and centos7

This commit is contained in:
Paul Montero
2017-09-16 15:00:29 -05:00
parent 37b4d975d3
commit 4d94ef7588
9 changed files with 74 additions and 29 deletions

View File

@@ -4,9 +4,9 @@ RUN useradd -ms /bin/bash user
RUN apt-get update && \
apt-get install -y \
curl \
python \
sudo \
curl \
python \
sudo \
&& rm -rf /var/lib/apt/lists/*
CMD ["/sbin/init"]