We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7184f5d commit 22ad5b2Copy full SHA for 22ad5b2
Dockerfile
@@ -3,9 +3,6 @@ FROM php:8.2
3
# Update Container
4
RUN apt-get update -y && apt-get install -y openssl zip unzip git curl
5
6
-# Get Composer
7
-RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
8
-
9
# Install PHP Extensions
10
RUN apt-get install -y libonig-dev libpq-dev
11
RUN docker-php-ext-install pdo mbstring pdo_mysql
0 commit comments