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/