Skip to content

Commit 05c2873

Browse files
committed
Add missing comments to runtime base in PHP Dockerfiles
1 parent a0d8661 commit 05c2873

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker/php/cli/base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ RUN set -eux; \
147147
echo "extension = redis.so" > /mods/conf.d/15-redis.ini
148148

149149

150-
===== runtime base =====
150+
# ===== runtime base =====
151151
FROM debian:bookworm-slim AS runtime
152152
RUN apt-get update && apt-get install -y --no-install-recommends \
153153
libcurl4 \

docker/php/fpm/base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ RUN set -eux; \
147147
echo "extension = igbinary.so" > /mods/conf.d/15-igbinary.ini; \
148148
echo "extension = redis.so" > /mods/conf.d/15-redis.ini
149149

150-
===== runtime base =====
150+
# ===== runtime base =====
151151
FROM debian:bookworm-slim AS runtime
152152
RUN apt-get update && apt-get install -y --no-install-recommends \
153153
libcurl4 \

0 commit comments

Comments
 (0)