Fix empty continuation lines.
This commit is contained in:
parent
0add268e22
commit
f9fd6b22ae
@ -2,18 +2,18 @@ FROM python:3.7-alpine
|
||||
|
||||
RUN apk add --no-cache --virtual .build-deps \
|
||||
git make gcc musl-dev asciidoc \
|
||||
|
||||
\
|
||||
# Install deps
|
||||
&& pip install snakeoil \
|
||||
|
||||
\
|
||||
# Clone catalyst repository
|
||||
&& git clone https://anongit.gentoo.org/git/proj/catalyst.git catalyst \
|
||||
|
||||
\
|
||||
# Build and install catalyst
|
||||
&& cd catalyst \
|
||||
&& make \
|
||||
&& python -m setup install \
|
||||
|
||||
\
|
||||
# Cleanup
|
||||
&& cd .. \
|
||||
&& rm -Rf catalyst \
|
||||
|
Loading…
Reference in New Issue
Block a user