Commit 067471a 1 parent a7f6fe5 commit 067471a Copy full SHA for 067471a
File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -126,6 +126,7 @@ RUN yum update -y && \
126
126
systemtap-sdt-devel \
127
127
libatomic \
128
128
gstreamer1-plugins-base \
129
+ gstreamer1-plugins-good \
129
130
gstreamer1-devel
130
131
131
132
# Add user: mtl(1001) with group vfio(2110)
@@ -136,12 +137,15 @@ RUN groupadd -g 2110 vfio && \
136
137
COPY --chown=mtl --from=builder /install /
137
138
COPY --chown=mtl --from=builder /Media-Transport-Library/tests/tools/RxTxApp/build/RxTxApp /home/mtl/RxTxApp
138
139
COPY --chown=mtl --from=builder /Media-Transport-Library/tests/tools/RxTxApp/script /home/mtl/scripts
139
- COPY --chown=mtl --from=builder /Media-Transport-Library/ecosystem/gstreamer_plugin/builddir/*.so /home/mtl/gstreamer
140
+ COPY --chown=mtl --from=builder /Media-Transport-Library/ecosystem/gstreamer_plugin/builddir/*.so /home/mtl/gstreamer/
141
+
142
+ # Setup dpdk
143
+ RUN echo -e "/usr/local/lib\n /usr/local/lib64" > /etc/ld.so.conf.d/dpdk.conf
144
+ RUN ldconfig
140
145
141
146
WORKDIR /home/mtl/
142
147
143
- RUN echo "/usr/local/lib" > /etc/ld.so.conf.d/local-lib.conf && ldconfig
144
148
145
149
USER mtl
146
150
147
- CMD ["/bin/bash" ]
151
+ ENTRYPOINT ["/bin/bash" , "-c " ]
You can’t perform that action at this time.
0 commit comments