We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c485df + 897c345 commit a36a46bCopy full SHA for a36a46b
docker/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM --platform=$BUILDPLATFORM php:8.1-fpm-bookworm
+FROM php:8.1-fpm-bookworm
2
3
WORKDIR /usr/local/share/cypht
4
@@ -7,8 +7,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
7
COMPOSER_HOME=/tmp/composer_home
8
9
# Install system packages and PHP extensions
10
-RUN --mount=type=cache,target=/var/cache/apt \
11
- set -eux \
+RUN set -eux \
12
&& apt-get update \
13
&& apt-get install -y --no-install-recommends \
14
supervisor \
0 commit comments