Fix empty lines

This commit is contained in:
Gabo 2020-07-07 09:33:16 -05:00
parent 27451aff39
commit 22f3caf2c7

View file

@ -161,11 +161,8 @@ RUN curl -sSLO https://github.com/pinterest/ktlint/releases/latest/download/ktli
################
# Install Raku #
################
# Environment
ENV PATH="$RAKU_INSTALL_PATH/share/perl6/site/bin:${PATH}"
# Basic setup, programs and init
RUN mkdir -p $RAKUBREW_HOME/bin \
&& curl -sSLo $RAKUBREW_HOME/bin/rakubrew https://rakubrew.org/perl/rakubrew \