From 888289a525da464f73364bdd0adff4f9b08b46da Mon Sep 17 00:00:00 2001 From: Dryusdan <=> Date: Fri, 24 Nov 2017 02:06:14 +0100 Subject: [PATCH] remove signar --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9c45d5e..c7edffa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,7 +38,8 @@ RUN export BUILD_DEPS="build-base \ COPY rootfs/ / -RUN bin/bundle config --global silence_root_warning 1 \ +RUN cd /diaspora \ +&& bin/bundle config --global silence_root_warning 1 \ && bin/bundle config timeout 120 \ && bin/bundle install --retry 4 --without test development \ && apk del ${BUILD_DEPS} \