From 914c56f838b9a5fd672c8a31b1f2d1c6bca51b3a Mon Sep 17 00:00:00 2001 From: ShankarMounesh Date: Wed, 20 Apr 2022 10:30:03 +0000 Subject: [PATCH] Update 'app/Dockerfile' --- app/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 3d7a2500..663f28bb 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -16,7 +16,6 @@ RUN apt-get update && apt-get install -y \ # Clear cache RUN apt-get clean && rm -rf /var/lib/apt/lists/* - # Install PHP extensions RUN apt-get update && apt-get install -y libpq-dev && docker-php-ext-install pdo pgsql pdo_pgsql