From c20ec6d7d7e884f64fb619c39ef4f92e6b25348d Mon Sep 17 00:00:00 2001 From: STAM Date: Thu, 17 Oct 2019 22:01:23 +0300 Subject: [PATCH] Update Dockerfile --- staytus/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/staytus/Dockerfile b/staytus/Dockerfile index 225332bd5..031249fcb 100644 --- a/staytus/Dockerfile +++ b/staytus/Dockerfile @@ -13,14 +13,12 @@ RUN apt update && \ apt dist-upgrade -y && \ # node as the JS engine for uglifier apt-get install -y nodejs git && \ - gem update --system && \ gem install bundler && \ rm -rfv /var/lib/apt/lists/* /tmp/* /var/tmp/* RUN cd /opt && \ git clone https://github.com/adamcooke/staytus.git staytus && \ cd /opt/staytus && \ - bundle update --all && \ bundle install --deployment --without development:test ENTRYPOINT /entrypoint.sh