From bdb2141f38940c587c9869fabcc7fd51d687063c Mon Sep 17 00:00:00 2001 From: vrifox Date: Fri, 5 May 2023 17:04:36 +0200 Subject: [PATCH] remove bundle update --- container/base/Dockerfile | 1 - container/develop/Dockerfile | 1 - container/test/Dockerfile | 1 - 3 files changed, 3 deletions(-) diff --git a/container/base/Dockerfile b/container/base/Dockerfile index d99ca51..ed0f9ba 100755 --- a/container/base/Dockerfile +++ b/container/base/Dockerfile @@ -31,5 +31,4 @@ COPY package.json package.json RUN npm install -g yarn sass RUN bundle config without development test -RUN bundle update RUN bundle install \ No newline at end of file diff --git a/container/develop/Dockerfile b/container/develop/Dockerfile index de6726d..242bedf 100755 --- a/container/develop/Dockerfile +++ b/container/develop/Dockerfile @@ -5,7 +5,6 @@ FROM code.cozy.town/codeforleipzig/stadtratmonitor/base:latest RUN bundle config without test -RUN bundle update RUN bundle install WORKDIR /home/srm/app/ diff --git a/container/test/Dockerfile b/container/test/Dockerfile index 249218a..dd86c4a 100755 --- a/container/test/Dockerfile +++ b/container/test/Dockerfile @@ -4,7 +4,6 @@ FROM code.cozy.town/codeforleipzig/stadtratmonitor/base:latest -RUN bundle update RUN bundle install WORKDIR /home/srm/app/