removed unnecessary dep

This commit is contained in:
HB9HIL
2024-11-08 19:57:39 +01:00
parent 0b67b61885
commit c8510bc8b4

View File

@@ -1,8 +1,6 @@
FROM php:8.3-apache
ENV CI_ENV=docker
ADD --chmod=0755 https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/
# Install dependencies
RUN set -e; \
\