This commit is contained in:
parent
e4465ad2c6
commit
1c5e20cba4
@ -25,7 +25,7 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-reco
|
|||||||
# (python3-*) Dependency for installation of Ansible
|
# (python3-*) Dependency for installation of Ansible
|
||||||
python3-pip \
|
python3-pip \
|
||||||
yamllint && \
|
yamllint && \
|
||||||
apt-cache rdepends pyyaml && \
|
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