Skip to content

Commit

Permalink
chore: remove php exts
Browse files Browse the repository at this point in the history
  • Loading branch information
kidager committed Dec 3, 2024
1 parent 011a24d commit 49f0271
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions docker/base.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,19 +1,5 @@
FROM php:8.3-cli

ENV MLOCATI_DOCKER_PHP_EXTENSION_INSTALLER_VERSION=2.2.17
ADD --chmod=0755 https://github.com/mlocati/docker-php-extension-installer/releases/download/${MLOCATI_DOCKER_PHP_EXTENSION_INSTALLER_VERSION}/install-php-extensions /usr/local/bin/

# Install some extensions
RUN install-php-extensions \
bcmath \
curl \
intl \
mbstring \
opcache \
pdo \
pcntl \
zip

# And tools
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit 49f0271

Please sign in to comment.