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

Commit 22c1663

Browse files
authored
fix owt-run image (#1339)
1 parent 62fd9c4 commit 22c1663

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
@@ -217,7 +217,7 @@ WORKDIR /home
217217
ARG NODE_VER=v14.19.0
218218
ARG NODE_REPO=https://nodejs.org/dist/${NODE_VER}/node-${NODE_VER}-linux-x64.tar.xz
219219

220-
RUN apt-get update && apt-get install -y -q --no-install-recommends ca-certificates wget xz-utils rabbitmq-server mongodb libboost-system-dev libboost-thread-dev liblog4cxx-dev libglib2.0-0 libfreetype6-dev curl sudo
220+
RUN apt-get update && apt-get install -y -q --no-install-recommends ca-certificates wget xz-utils rabbitmq-server mongodb libboost-system-dev libboost-thread-dev liblog4cxx-dev libglib2.0-0 libfreetype6-dev libgstreamer-plugins-base1.0-0 curl sudo
221221

222222
RUN wget ${NODE_REPO} && \
223223
tar xf node-${NODE_VER}-linux-x64.tar.xz && \

0 commit comments

Comments
 (0)