| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:8c609c85109d07bf47cf268a175b3be8bbe34fc0c41d15d99b090d099f4dc837 in / |
| CMD ["/bin/bash"] |
| ARG PHP_VERSION |
| ENV PHP_VERSION=${PHP_VERSION} DEBIAN_FRONTEND=noninteractive TZ=UTC |
| |1 PHP_VERSION=8.4 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends software-properties-common gnupg ca-certificates && add-apt-repository ppa:ondrej/php && apt-get update && apt-get install -y --no-install-recommends openssh-client openssh-sftp-server gosu bash vim-tiny less rsync nslcd php${PHP_VERSION}-cli php${PHP_VERSION}-curl php${PHP_VERSION}-mysql php${PHP_VERSION}-pgsql php${PHP_VERSION}-zip php${PHP_VERSION}-mbstring php${PHP_VERSION}-xml && apt-get purge -y --auto-remove software-properties-common gnupg && rm -rf /var/lib/apt/lists/* |
| COPY file:ebfc8390d32f730215ffd28d5be15959428cabb03dfa1ce3200d45646cf7f003 in /entrypoint.sh |
| |1 PHP_VERSION=8.4 /bin/sh -c chmod +x /entrypoint.sh |
| ENTRYPOINT ["/entrypoint.sh"] |