base/alpine-glibc/Dockerfile: update
This commit is contained in:
parent
63cc59896e
commit
a0961ab925
@ -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 \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user