Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
carry0987 committed Dec 17, 2023
1 parent db7a832 commit f1c2580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PHP/FPM/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG PHP_VERSION

# Use multi-stage builds to reduce final image size
# Stage 1: Build stage
FROM --platform=$BUILDPLATFORM php:${PHP_VERSION}-fpm as builder
FROM php:${PHP_VERSION}-fpm as builder

RUN apt-get update && apt-get install -y --no-install-recommends \
libvips-dev libvips-tools \
Expand Down

0 comments on commit f1c2580

Please sign in to comment.