Пофиксил униерсальность и добавил centos и ubuntu
This commit is contained in:
@@ -16,6 +16,7 @@ RUN apt-get update && \
|
||||
make \
|
||||
sudo \
|
||||
sshpass \
|
||||
openssh-client \
|
||||
nano \
|
||||
less \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
@@ -48,6 +49,10 @@ RUN pip install --upgrade pip && \
|
||||
docker
|
||||
|
||||
|
||||
# Копируем ssh ключ
|
||||
COPY id_rsa /root/.ssh/id_rsa
|
||||
RUN chmod 600 /root/.ssh/id_rsa
|
||||
|
||||
# Set the working directory
|
||||
WORKDIR /ansible
|
||||
|
||||
|
||||
Reference in New Issue
Block a user