Remove excessive && in CrisisCleanup Dockerfile

This commit is contained in:
Disassembler 2018-01-18 15:46:36 +01:00
parent dfd588bc84
commit fb945c940b
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499

View File

@ -15,7 +15,7 @@ RUN \
RUN \ RUN \
# Install Ruby build dependencies # 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 # Download and unpack Ruby
&& wget http://cache.ruby-lang.org/pub/ruby/2.3/ruby-2.3.6.tar.xz -O ruby.tar.xz \ && 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 \ && mkdir -p /usr/src/ruby \