Add curl to dependencies
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
FROM ruby:3.2.1-slim
|
||||
|
||||
# OS Level Dependencies
|
||||
RUN apt-get update -qq && apt-get install -yq --no-install-recommends \
|
||||
build-essential \
|
||||
gnupg2 \
|
||||
@@ -8,6 +9,7 @@ RUN apt-get update -qq && apt-get install -yq --no-install-recommends \
|
||||
libpq-dev \
|
||||
postgresql-client \
|
||||
libvips \
|
||||
curl \
|
||||
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||
|
||||
ENV LANG=C.UTF-8 \
|
||||
|
||||
Reference in New Issue
Block a user