Skip to content

Commit 12aae19

Browse files
authored
Install ps cli utility to allow MultiCli (matomo-org#259)
1 parent e0fd8af commit 12aae19

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

Dockerfile-alpine.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ RUN set -ex; \
1616
libzip-dev \
1717
openldap-dev \
1818
pcre-dev \
19+
procps \
1920
; \
2021
\
2122
docker-php-ext-configure gd --with-freetype --with-jpeg; \

Dockerfile-debian.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ RUN set -ex; \
1515
libldap2-dev \
1616
libpng-dev \
1717
libzip-dev \
18+
procps \
1819
; \
1920
\
2021
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \

apache/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ RUN set -ex; \
1515
libldap2-dev \
1616
libpng-dev \
1717
libzip-dev \
18+
procps \
1819
; \
1920
\
2021
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \

fpm-alpine/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ RUN set -ex; \
1616
libzip-dev \
1717
openldap-dev \
1818
pcre-dev \
19+
procps \
1920
; \
2021
\
2122
docker-php-ext-configure gd --with-freetype --with-jpeg; \

fpm/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ RUN set -ex; \
1515
libldap2-dev \
1616
libpng-dev \
1717
libzip-dev \
18+
procps \
1819
; \
1920
\
2021
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \

0 commit comments

Comments
 (0)