mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-05 03:40:01 -06:00
fix eos build
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user