From 383dd4a55697bfadbf2178d37e18b974f7b84b47 Mon Sep 17 00:00:00 2001 From: Willy Kloucek Date: Mon, 11 Oct 2021 16:02:58 +0200 Subject: [PATCH] fix eos build --- ocis/docker/eos-ocis/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocis/docker/eos-ocis/Dockerfile b/ocis/docker/eos-ocis/Dockerfile index 693fbea1ea..0ebb60fd9b 100644 --- a/ocis/docker/eos-ocis/Dockerfile +++ b/ocis/docker/eos-ocis/Dockerfile @@ -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}