ianchen07
Results
1
issues of
ianchen07
We are building our own unit-php image, based on php:8.3-zts-alpine3.20. Docker file: FROM public.ecr.aws/docker/library/php:8.3-zts-alpine3.20 AS base ENV UNIT_VERSION=1.34.1 RUN apk update && apk add --no-cache \ gcc \ g++ \...