We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0d8661 commit 05c2873Copy full SHA for 05c2873
2 files changed
docker/php/cli/base/Dockerfile
@@ -147,7 +147,7 @@ RUN set -eux; \
147
echo "extension = redis.so" > /mods/conf.d/15-redis.ini
148
149
150
- ===== runtime base =====
+# ===== runtime base =====
151
FROM debian:bookworm-slim AS runtime
152
RUN apt-get update && apt-get install -y --no-install-recommends \
153
libcurl4 \
docker/php/fpm/base/Dockerfile
echo "extension = igbinary.so" > /mods/conf.d/15-igbinary.ini; \
+ # ===== runtime base =====
0 commit comments