Skip to content

Commit 22ad5b2

Browse files
committed
chore: remove Composer installation from Dockerfile
1 parent 7184f5d commit 22ad5b2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ FROM php:8.2
33
# Update Container
44
RUN apt-get update -y && apt-get install -y openssl zip unzip git curl
55

6-
# Get Composer
7-
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
8-
96
# Install PHP Extensions
107
RUN apt-get install -y libonig-dev libpq-dev
118
RUN docker-php-ext-install pdo mbstring pdo_mysql

0 commit comments

Comments
 (0)