add curl so healthcheck works
This commit is contained in:
parent
1b8d78df0c
commit
b2e151f738
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ WORKDIR /app
|
|||
|
||||
# Install system dependencies
|
||||
RUN apt-get update && apt-get install -y \
|
||||
build-essential \
|
||||
build-essential curl \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Copy Gemfile and Gemfile.lock
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue