From 20cda17bf87861c9c283a17fa4df3fbe7fb2a95e Mon Sep 17 00:00:00 2001 From: Feng Zhou Date: Thu, 2 Jan 2020 16:26:16 +0800 Subject: [PATCH] add libc6-compat in dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c8d4ea0c7fb..813b2810ad6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,7 @@ LABEL maintainer="Microsoft" \ # libintl and icu-libs - required by azure devops artifact (az extension add --name azure-devops) RUN apk add --no-cache bash openssh ca-certificates jq curl openssl git zip \ && apk add --no-cache --virtual .build-deps gcc make openssl-dev libffi-dev musl-dev linux-headers \ - && apk add --no-cache libintl icu-libs \ + && apk add --no-cache libintl icu-libs libc6-compat \ && update-ca-certificates ARG JP_VERSION="0.1.3"