This commit is contained in:
parent
d42a672e3b
commit
d1c4c1bca4
@ -37,6 +37,7 @@ RUN dpkg -i /tmp/packages-microsoft-prod.deb || true && \
|
|||||||
curl \
|
curl \
|
||||||
git \
|
git \
|
||||||
jq \
|
jq \
|
||||||
|
locales \
|
||||||
netcat-openbsd \
|
netcat-openbsd \
|
||||||
openssh-client \
|
openssh-client \
|
||||||
powershell-lts \
|
powershell-lts \
|
||||||
@ -51,6 +52,8 @@ RUN dpkg -i /tmp/packages-microsoft-prod.deb || true && \
|
|||||||
# (xorriso) Dependency for Packer (generating isofs image)
|
# (xorriso) Dependency for Packer (generating isofs image)
|
||||||
xorriso \
|
xorriso \
|
||||||
yamllint && \
|
yamllint && \
|
||||||
|
sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && \
|
||||||
|
locale-gen && \
|
||||||
pip3 install --upgrade pip && \
|
pip3 install --upgrade pip && \
|
||||||
pip3 install \
|
pip3 install \
|
||||||
ansible-core \
|
ansible-core \
|
||||||
|
Loading…
Reference in New Issue
Block a user