Support centos6 and centos7
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user