Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
EN-566: Add glibc compatibility (fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukiffer committed Jul 12, 2021
1 parent a6f74de commit 85a88a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/azure/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM quantumsec/docker-pipeline-checkov:latest

# Bash is required by Azure DevOps
# Azure DevOps has specific container requirements not met by the base image.
# See: https://docs.microsoft.com/en-us/azure/devops/pipelines/process/container-phases?view=azure-devops#requirements
RUN apk add --update bash
RUN apk add --update bash libc6-compat

0 comments on commit 85a88a2

Please sign in to comment.