Explorar el Código

include procps in RUN_DEPS (#254)

Tobias McNulty hace 5 años
padre
commit
278530294f
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -11,6 +11,7 @@ RUN set -ex \
         libpq5 \
         mime-support \
         postgresql-client \
+        procps \
         zlib1g \
     " \
     && seq 1 8 | xargs -I{} mkdir -p /usr/share/man/man{} \