add curl so healthcheck works

This commit is contained in:
Ole-Morten Duesund 2025-06-10 21:09:37 +02:00
commit b2e151f738

View file

@ -6,7 +6,7 @@ WORKDIR /app
# Install system dependencies # Install system dependencies
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
build-essential \ build-essential curl \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
# Copy Gemfile and Gemfile.lock # Copy Gemfile and Gemfile.lock