Compare commits
No commits in common. "12c75403a0892d7a5eaa08bbb6bfc4fc4e5d6dee" and "ee57c502d76309c3a3d2975c049e2bc9747a6038" have entirely different histories.
12c75403a0
...
ee57c502d7
@ -44,7 +44,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||||||
locales \
|
locales \
|
||||||
make \
|
make \
|
||||||
netcat-openbsd \
|
netcat-openbsd \
|
||||||
npm \
|
|
||||||
openssh-client \
|
openssh-client \
|
||||||
powershell-lts \
|
powershell-lts \
|
||||||
# (python3-*) Dependency for installation of Ansible
|
# (python3-*) Dependency for installation of Ansible
|
||||||
@ -60,9 +59,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||||||
yamllint && \
|
yamllint && \
|
||||||
sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && \
|
sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && \
|
||||||
locale-gen && \
|
locale-gen && \
|
||||||
npm install npm@latest -g && \
|
|
||||||
npm install n -g && \
|
|
||||||
n latest && \
|
|
||||||
pip3 install --upgrade pip && \
|
pip3 install --upgrade pip && \
|
||||||
pip3 install \
|
pip3 install \
|
||||||
ansible-core~=2.14.0 \
|
ansible-core~=2.14.0 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user