Skip to content

Commit 1606738

Browse files
J4kerjjmata
authored andcommitted
Update Dockerfile - procps (we-promise#286)
* Update Dockerfile - procps install procps for worker container healthcheck - pgrep Signed-off-by: J4ker <[email protected]> * Good idea, adding it to dev container --------- Signed-off-by: J4ker <[email protected]> Co-authored-by: Juan José Mata <[email protected]>
1 parent 25cf219 commit 1606738

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ RUN apt-get update -qq \
1717
openssh-client \
1818
postgresql-client \
1919
vim \
20+
procps \
2021
&& rm -rf /var/lib/apt/lists /var/cache/apt/archives
2122

2223
RUN gem install bundler foreman

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ WORKDIR /rails
99

1010
# Install base packages
1111
RUN apt-get update -qq \
12-
&& apt-get install --no-install-recommends -y curl libvips postgresql-client libyaml-0-2 \
12+
&& apt-get install --no-install-recommends -y curl libvips postgresql-client libyaml-0-2 procps \
1313
&& rm -rf /var/lib/apt/lists /var/cache/apt/archives
1414

1515
# Set production environment

0 commit comments

Comments
 (0)