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