This commit is contained in:
parent
1c5e20cba4
commit
a8c52c65c5
@ -23,9 +23,7 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-reco
|
|||||||
netcat-openbsd \
|
netcat-openbsd \
|
||||||
openssh-client \
|
openssh-client \
|
||||||
# (python3-*) Dependency for installation of Ansible
|
# (python3-*) Dependency for installation of Ansible
|
||||||
python3-pip \
|
python3-pip && \
|
||||||
yamllint && \
|
|
||||||
apt-cache rdepends python3-yaml && \
|
|
||||||
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 && \
|
||||||
pip3 install --upgrade pip && \
|
pip3 install --upgrade pip && \
|
||||||
|
Loading…
Reference in New Issue
Block a user