Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit cd77dc5

Browse files
not necessary to clone whole project in dockerfile (#360)
* not necessary to clone whole project
1 parent e2e7362 commit cd77dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN cd /tmp && tar -zxf MediaStack.tar.gz && cd MediaStack && ./install_media.sh
2525
RUN rm /tmp/MediaStack.tar.gz && rm -rf /tmp/MediaStack
2626
ENV MFX_HOME=/opt/intel/mediasdk
2727

28-
RUN git clone https://github.com/open-webrtc-toolkit/owt-server.git
28+
RUN git clone https://github.com/open-webrtc-toolkit/owt-server.git --depth=1
2929
RUN mkdir -p ${APP_PATH}
3030

3131
WORKDIR /owt-server

0 commit comments

Comments
 (0)