mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 01:31:39 -05:00
Fix dockerfiles
This commit is contained in:
parent
c2e2a01d2a
commit
20d0ed8ec6
2 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ ENV SIDEKIQ_PASSWORD=password
|
|||
ENV PGSSENCMODE=disable
|
||||
|
||||
RUN apt-get update -qq \
|
||||
&& DEBIAN_FRONTEND=noninteractive apt-get upgrade -qq \
|
||||
&& DEBIAN_FRONTEND=noninteractive apt-get upgrade -y -qq \
|
||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|
||||
curl \
|
||||
wget \
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ ENV RAILS_PORT=3000
|
|||
ENV RAILS_ENV=production
|
||||
|
||||
RUN apt-get update -qq \
|
||||
&& DEBIAN_FRONTEND=noninteractive apt-get upgrade -qq \
|
||||
&& DEBIAN_FRONTEND=noninteractive apt-get upgrade -y -qq \
|
||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|
||||
curl \
|
||||
wget \
|
||||
|
|
|
|||
Loading…
Reference in a new issue