Browse Source

mark postgresql-dev as required

Fabian Peter Hammerle 5 years ago
parent
commit
6c5fa4c38f
1 changed files with 1 additions and 2 deletions
  1. 1 2
      Dockerfile

+ 1 - 2
Dockerfile

@@ -1,9 +1,8 @@
 FROM php:7.2-alpine
 
-# postgresql-dev: required for build of pgsql (includes libpq-fe.h)
+# postgresql-dev: required for build of pdo_pgsql (includes libpq-fe.h)
 # zlib-dev: required by zip module
 # yarn: called by artisan koel:init to prepare frontend
-# TODO check if postgresql-dev may be removed
 RUN apk add \
     composer \
     git \