| gio | b54db24 | 2024-07-30 18:49:33 +0400 | [diff] [blame] | 1 | FROM php:8.2-apache-bookworm |
| 2 | ARG TARGETARCH | ||||
| 3 | |||||
| gio | b33b2a9 | 2025-06-13 18:42:45 +0400 | [diff] [blame^] | 4 | RUN apt-get update -y |
| 5 | RUN apt-get install -y openssh-client | ||||
| 6 | |||||
| gio | b54db24 | 2024-07-30 18:49:33 +0400 | [diff] [blame] | 7 | RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini" |
| 8 | |||||
| 9 | COPY app-runner_${TARGETARCH} /usr/bin/app-runner | ||||