base/alpine-glibc/Dockerfile: update

This commit is contained in:
Haitao Pan 2023-02-15 14:07:17 +08:00
parent 03bbf62575
commit 4b7d3fb9e7

View File

@ -1,12 +1,9 @@
FROM infracost/infracost:latest as builder
# Build IAC Runner
FROM alpine:latest
LABEL maintainer="Haitao Pan <manbuzhe2009@qq.com>"
ARG GLIBC_VERSION=2.34-r0
# install glibc compatibility for alpine
RUN apk add --update --no-cache curl binutils \
&& curl -sL https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub -o /etc/apk/keys/sgerrand.rsa.pub \