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