Fix Dockerfile
ZeroDownTime/CloudBender/pipeline/head This commit looks good Details
ZeroDownTime/CloudBender/pipeline/tag Something is wrong with the build of this commit Details

This commit is contained in:
Stefan Reimer 2023-10-27 11:20:45 +00:00
parent 8b42fc34f3
commit 9cc28aec01
1 changed files with 1 additions and 0 deletions

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 \