InSpec removed, so rebase to just Debian
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5601e13bad
commit
d42a672e3b
@ -17,7 +17,7 @@ RUN apk --update add --no-cache \
|
|||||||
jq -r '.assets[] | select(.name | startswith("powershell-lts") and contains("deb_amd64")) | .browser_download_url' | \
|
jq -r '.assets[] | select(.name | startswith("powershell-lts") and contains("deb_amd64")) | .browser_download_url' | \
|
||||||
xargs -I {} curl -L -o /tmp/packages-microsoft-prod.deb {}
|
xargs -I {} curl -L -o /tmp/packages-microsoft-prod.deb {}
|
||||||
|
|
||||||
FROM ruby:slim
|
FROM debian:11-slim
|
||||||
|
|
||||||
COPY --from=packer /bin/packer /bin/packer
|
COPY --from=packer /bin/packer /bin/packer
|
||||||
COPY --from=terraform /bin/terraform /bin/terraform
|
COPY --from=terraform /bin/terraform /bin/terraform
|
||||||
@ -37,8 +37,6 @@ RUN dpkg -i /tmp/packages-microsoft-prod.deb || true && \
|
|||||||
curl \
|
curl \
|
||||||
git \
|
git \
|
||||||
jq \
|
jq \
|
||||||
# # (locales) Dependency for InSpec
|
|
||||||
# locales \
|
|
||||||
netcat-openbsd \
|
netcat-openbsd \
|
||||||
openssh-client \
|
openssh-client \
|
||||||
powershell-lts \
|
powershell-lts \
|
||||||
@ -53,10 +51,6 @@ 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 && \
|
|
||||||
# curl https://omnitruck.chef.io/install.sh | bash -s -- -P inspec && \
|
|
||||||
# gem update --system && gem update && \
|
|
||||||
pip3 install --upgrade pip && \
|
pip3 install --upgrade pip && \
|
||||||
pip3 install \
|
pip3 install \
|
||||||
ansible-core \
|
ansible-core \
|
||||||
|
Loading…
Reference in New Issue
Block a user