Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
craigthackerx committed Feb 23, 2024
1 parent 616499c commit 02a9e7a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions containers/windows-servercore2022/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ RUN Set-ExecutionPolicy Unrestricted ; \
choco install -y \
sysinternals \
powershell-core \
azure-cli
azure-cli \
trivy

# This can take a while, which is why its a separate step
RUN pwsh -Command Set-PSRepository -Name "PSGallery" -InstallationPolicy Trusted ; \
Expand Down Expand Up @@ -91,9 +92,7 @@ RUN Set-ExecutionPolicy Bypass -Scope Process -Force; iwr -useb get.scoop.sh | i
WORKDIR ${AZP_DIRECTORY}
COPY start.ps1 ${AZP_DIRECTORY}/start.ps1

RUN choco install -y trivy ; \
nvm install --lts ; \
pip3 install \
RUN pip3 install \
terraform-compliance \
checkov \
black
Expand Down

0 comments on commit 02a9e7a

Please sign in to comment.