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

Commit 85a88a2

Browse files
committed
EN-566: Add glibc compatibility (fix)
1 parent a6f74de commit 85a88a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/azure/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM quantumsec/docker-pipeline-checkov:latest
22

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

0 commit comments

Comments
 (0)