mirror of
https://github.com/we-promise/sure.git
synced 2026-05-29 23:39:03 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user