Skip to content

Commit f1c9c9a

Browse files
committed
fix: #239 healthcheck for workers
1 parent add9b05 commit f1c9c9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ LABEL org.opencontainers.image.licenses="FSL-1.1-Apache-2.0"
88
LABEL org.opencontainers.image.vendor="Bohdan Shulha"
99

1010
RUN apt-get update \
11-
&& apt-get install -y nodejs npm unzip libpq-dev \
11+
&& apt-get install -y procps nodejs npm unzip libpq-dev \
1212
&& curl https://raw.githubusercontent.com/composer/getcomposer.org/76a7060ccb93902cd7576b67264ad91c8a2700e2/web/installer | php -- --quiet \
1313
&& docker-php-ext-configure pgsql \
1414
&& docker-php-ext-install pdo pdo_pgsql pgsql bcmath \

0 commit comments

Comments
 (0)