werf-load

This commit is contained in:
Jackson Delahunt 2021-08-02 18:08:56 +10:00
parent be1a06e296
commit 199dafae26

View file

@ -431,7 +431,8 @@ 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
mv multiwerf /usr/local/bin && \
source $(multiwerf use 1.2 ea --as-file)
# Install xava
RUN apt-get update -qq && \