Add dependency
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Danny Bessems 2022-04-19 13:52:10 +02:00
parent 436ec64266
commit 5601e13bad

View File

@ -37,8 +37,8 @@ RUN dpkg -i /tmp/packages-microsoft-prod.deb || true && \
curl \
git \
jq \
# (locales) Dependency for InSpec
locales \
# # (locales) Dependency for InSpec
# locales \
netcat-openbsd \
openssh-client \
powershell-lts \
@ -53,13 +53,15 @@ 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 && \
curl https://omnitruck.chef.io/install.sh | bash -s -- -P inspec && \
gem update --system && gem update && \
# sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && \
# locale-gen && \
# curl https://omnitruck.chef.io/install.sh | bash -s -- -P inspec && \
# gem update --system && gem update && \
pip3 install --upgrade pip && \
pip3 install \
ansible-core \
# (jmespath) Dependency for Ansible 'json_query' filter
jmespath \
# (netaddr) Dependency for Ansible 'ipaddr' filter
netaddr \
# (pyvmomi & requests) Dependency for Ansible 'vmware_guest' module