blob: 0af1eb55e0e659f6d52de3485524a6b1785689ff [file] [log] [blame]
FROM php:8.2-apache-bookworm
ARG TARGETARCH
RUN apt-get update -y
RUN apt-get install -y openssh-client
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
COPY app-runner_${TARGETARCH} /usr/bin/app-runner