mirror of
https://github.com/we-promise/sure.git
synced 2026-04-22 05:24:11 +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
|
||||
|
||||
Reference in New Issue
Block a user