Attempt original packagename
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Danny Bessems 2023-01-03 09:25:35 +01:00
parent 40c87c2ed4
commit 73337a661b
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \
curl \
gnupg && \
curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add - && \
curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/microsoft.gpg && \
echo "deb [arch=amd64] https://packages.microsoft.com/repos/microsoft-debian-bullseye-prod bullseye main" > /etc/apt/sources.list.d/microsoft.list && \
apt-get upgrade -y && apt-get install -y --no-install-recommends \
# (build-essential) Dependency for installation of InSpec
@ -35,7 +35,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
locales \
netcat-openbsd \
openssh-client \
powershell \
powershell-lts \
# (python3-*) Dependency for installation of Ansible
python3-pip \
python3-setuptools \