This commit is contained in:
parent
732df603fb
commit
7d5f1c4d44
@ -32,7 +32,6 @@ RUN dpkg -i /tmp/packages-microsoft-prod.deb && \
|
|||||||
build-essential \
|
build-essential \
|
||||||
curl \
|
curl \
|
||||||
git \
|
git \
|
||||||
# gnupg \
|
|
||||||
jq \
|
jq \
|
||||||
# (locales) Dependency for InSpec
|
# (locales) Dependency for InSpec
|
||||||
locales \
|
locales \
|
||||||
@ -43,6 +42,8 @@ RUN dpkg -i /tmp/packages-microsoft-prod.deb && \
|
|||||||
python3-pip \
|
python3-pip \
|
||||||
python3-setuptools \
|
python3-setuptools \
|
||||||
python3-wheel \
|
python3-wheel \
|
||||||
|
# (xorriso) Dependency for Packer (generating isofs image)
|
||||||
|
xorriso \
|
||||||
yamllint && \
|
yamllint && \
|
||||||
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 && \
|
||||||
|
Loading…
Reference in New Issue
Block a user