Update Dockerfile - procps (#286)

* Update Dockerfile - procps

install procps for worker container healthcheck - pgrep

Signed-off-by: J4ker <56275036+J4ker@users.noreply.github.com>

* Good idea, adding it to dev container

---------

Signed-off-by: J4ker <56275036+J4ker@users.noreply.github.com>
Co-authored-by: Juan José Mata <juanjo.mata@gmail.com>
This commit is contained in:
J4ker
2025-11-04 18:09:49 +00:00
committed by GitHub
parent fe5e60d898
commit 749bcda871
2 changed files with 2 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ RUN apt-get update -qq \
openssh-client \
postgresql-client \
vim \
procps \
&& rm -rf /var/lib/apt/lists /var/cache/apt/archives
RUN gem install bundler foreman

View File

@@ -9,7 +9,7 @@ WORKDIR /rails
# Install base packages
RUN apt-get update -qq \
&& apt-get install --no-install-recommends -y curl libvips postgresql-client libyaml-0-2 \
&& apt-get install --no-install-recommends -y curl libvips postgresql-client libyaml-0-2 procps \
&& rm -rf /var/lib/apt/lists /var/cache/apt/archives
# Set production environment