Fix Dockerfile

This commit is contained in:
Stefan Reimer 2023-10-27 11:20:45 +00:00
parent 8b42fc34f3
commit 9cc28aec01

View File

@ -4,6 +4,7 @@ ARG PULUMI_VERSION="3.91.0"
FROM python:${RUNTIME_VERSION}-alpine${DISTRO_VERSION} AS builder
ARG PULUMI_VERSION
ARG RUNTIME_VERSION="3.11"
RUN apk add --no-cache \
autoconf \