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,11 +4,11 @@ RUN useradd -ms /bin/bash user
RUN apt-get update && \
apt-get install -y \
curl \
gpg \
python \
sudo \
systemd \
curl \
gpg \
python \
sudo \
systemd \
&& rm -rf /var/lib/apt/lists/*
CMD ["/bin/systemd"]