Resolve conflict

Resolve conflict, add curl
This commit is contained in:
Andrey Bondarenko 2025-10-04 16:36:49 +02:00
parent 47704d2297
commit d90413bfe1
No known key found for this signature in database
GPG key ID: 7D3F42F6E565F1CD
2 changed files with 2 additions and 0 deletions

View file

@ -15,6 +15,7 @@ ENV PGSSENCMODE=disable
RUN apt-get update -qq \
&& DEBIAN_FRONTEND=noninteractive apt-get upgrade -qq \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
curl \
wget \
build-essential \
git \

View file

@ -10,6 +10,7 @@ ENV RAILS_ENV=production
RUN apt-get update -qq \
&& DEBIAN_FRONTEND=noninteractive apt-get upgrade -qq \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
curl \
wget \
build-essential \
git \