Skip to content

Commit

Permalink
Use shallow git clone in Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Schmidbauer <2787581+grische@users.noreply.github.com>
  • Loading branch information
grische authored and KelSolaar committed May 4, 2024
1 parent a80251b commit 18c281c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN yum install --setopt=tsflags=nodocs -y \
# OpenColorIO Build
WORKDIR /tmp
ARG OCIO_INSTALL_DIRECTORY=/usr/local
RUN git clone https://github.com/AcademySoftwareFoundation/OpenColorIO \
RUN git clone --depth 1 https://github.com/AcademySoftwareFoundation/OpenColorIO \
&& cd OpenColorIO \
&& mkdir build \
&& mkdir -p ${OCIO_INSTALL_DIRECTORY} \
Expand Down

0 comments on commit 18c281c

Please sign in to comment.