Update 'app/Dockerfile'

This commit is contained in:
2022-04-20 10:30:03 +00:00
parent 8482aab86d
commit 914c56f838
-1
View File
@@ -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