Re-add locale
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Danny Bessems 2022-04-19 16:06:01 +02:00
parent d42a672e3b
commit d1c4c1bca4
1 changed files with 3 additions and 0 deletions

View File

@ -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 \