werf-load

This commit is contained in:
Jackson Delahunt 2021-08-02 18:17:04 +10:00
parent 199dafae26
commit 44e77334a2

View file

@ -432,7 +432,7 @@ RUN apt-get update -qq && \
# Install werf
RUN curl -L https://raw.githubusercontent.com/werf/multiwerf/master/get.sh | bash && \
mv multiwerf /usr/local/bin && \
source $(multiwerf use 1.2 ea --as-file)
sh $(multiwerf use 1.2 ea --as-file)
# Install xava
RUN apt-get update -qq && \