blob: 0af1eb55e0e659f6d52de3485524a6b1785689ff [file] [log] [blame]
giob54db242024-07-30 18:49:33 +04001FROM php:8.2-apache-bookworm
2ARG TARGETARCH
3
giob33b2a92025-06-13 18:42:45 +04004RUN apt-get update -y
5RUN apt-get install -y openssh-client
6
giob54db242024-07-30 18:49:33 +04007RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
8
9COPY app-runner_${TARGETARCH} /usr/bin/app-runner