Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 0f14be6

Browse files
committed
Fix owt-server versoin
1 parent 41ecc77 commit 0f14be6

File tree

1 file changed

+3
-0
lines changed
  • WebRTC-Sample/owt-server/image/owt-immersive

1 file changed

+3
-0
lines changed

WebRTC-Sample/owt-server/image/owt-immersive/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ RUN git clone ${SVT_HEVC_REPO} && \
193193

194194
# Build OWT specific modules
195195

196+
ARG OWTSERVER_COMMIT=70830f89320e43b55178e70ecdea57887783d81a
196197
ARG OWTSERVER_REPO=https://github.com/open-webrtc-toolkit/owt-server.git
197198
ARG OPENH264_MAJOR=1
198199
ARG OPENH264_MINOR=7
@@ -239,6 +240,8 @@ RUN cd /home && \
239240
RUN git clone -b ${OWT_BRANCH} ${OWTSERVER_REPO} && \
240241
source /opt/rh/devtoolset-7/enable && \
241242

243+
cd ${SERVER_PATH} && git reset --hard ${OWTSERVER_COMMIT} && \
244+
242245
# Install node modules for owt
243246
npm config set proxy=${http_proxy} && \
244247
npm config set https-proxy=${http_proxy} && \

0 commit comments

Comments
 (0)