fix eos build

This commit is contained in:
Willy Kloucek
2021-10-11 16:02:58 +02:00
parent d6adbb3068
commit 383dd4a556

View File

@@ -11,7 +11,7 @@ RUN rpm --rebuilddb && yum -y install \
git
RUN wget -q https://dl.google.com/go/go1.17.2.linux-amd64.tar.gz
RUN mkdir -p /usr/local/bin
RUN tar xf go1.16.2.linux-amd64.tar.gz -C /usr/local
RUN tar xf go1.17.2.linux-amd64.tar.gz -C /usr/local
RUN ln -s /usr/local/go/bin/* /usr/local/bin
RUN git clone https://github.com/owncloud/ocis.git
RUN cd ocis && git checkout ${BRANCH}