Skip to content

Commit

Permalink
Also replace git protocol usages in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sbesson committed Jan 11, 2022
1 parent 202920f commit e5c0841
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions git/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ ENV TAG 5.1.4
RUN apk-install git && \
mkdir /src

RUN time git clone --bare --depth=1 -b v$TAG git://github.com/ome/scripts/ /src/scripts.git
RUN time git clone --bare --depth=1 -b v$TAG git://github.com/openmicroscopy/openmicroscopy /src/omero.git
RUN time git clone --bare --depth=1 -b v$TAG git://github.com/openmicroscopy/bioformats /src/bio-formats.git
RUN time git clone --bare --depth=1 -b v$TAG https://github.com/ome/scripts/ /src/scripts.git
RUN time git clone --bare --depth=1 -b v$TAG https://github.com/openmicroscopy/openmicroscopy /src/omero.git
RUN time git clone --bare --depth=1 -b v$TAG https://github.com/openmicroscopy/bioformats /src/bio-formats.git

WORKDIR /src

0 comments on commit e5c0841

Please sign in to comment.