From fb945c940b9fa92a53218688e80d7eb8e3cc119a Mon Sep 17 00:00:00 2001 From: Disassembler Date: Thu, 18 Jan 2018 15:46:36 +0100 Subject: [PATCH] Remove excessive && in CrisisCleanup Dockerfile --- crisiscleanup/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crisiscleanup/Dockerfile b/crisiscleanup/Dockerfile index 74bd7af..c3c867a 100644 --- a/crisiscleanup/Dockerfile +++ b/crisiscleanup/Dockerfile @@ -15,7 +15,7 @@ RUN \ RUN \ # Install Ruby build dependencies - && apk --no-cache add --virtual .deps build-base autoconf gdbm-dev libressl-dev linux-headers readline-dev zlib-dev \ + apk --no-cache add --virtual .deps build-base autoconf gdbm-dev libressl-dev linux-headers readline-dev zlib-dev \ # Download and unpack Ruby && wget http://cache.ruby-lang.org/pub/ruby/2.3/ruby-2.3.6.tar.xz -O ruby.tar.xz \ && mkdir -p /usr/src/ruby \