Explorar o código

mark postgresql-dev as required

Fabian Peter Hammerle %!s(int64=5) %!d(string=hai) anos
pai
achega
6c5fa4c38f
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  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 \