File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ RUN apt-get install -y \
2020RUN apt-get install -y libva-dev libdrm-dev
2121#
2222## GTK GUI dependencies
23- RUN apt-get install -y \
24- intltool libayatana-appindicator-dev libdbus-glib-1-dev libglib2.0-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgtk-3-dev libgudev-1.0-dev libnotify-dev libwebkit2gtk-4.0-dev
23+ # RUN apt-get install -y \
24+ # intltool libayatana-appindicator-dev libdbus-glib-1-dev libglib2.0-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgtk-3-dev libgudev-1.0-dev libnotify-dev libwebkit2gtk-4.0-dev
2525#
2626#
2727RUN git clone -b sdk/11.0 https://github.com/FFmpeg/nv-codec-headers.git \
@@ -181,4 +181,4 @@ COPY --from=builder /usr/local /usr/local
181181COPY --from=builder /usr/bin /usr/bin
182182COPY --from=builder /opt /opt
183183#
184- CMD ["/bin/bash"]
184+ CMD ["/bin/bash"]
You can’t perform that action at this time.
0 commit comments