Remove excessive && in CrisisCleanup Dockerfile
This commit is contained in:
parent
dfd588bc84
commit
fb945c940b
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user