install gpu-screen-recorder-gtk

This commit is contained in:
Anders Rytter Hansen 2023-07-18 16:25:39 +02:00
commit 683ea83e54
8 changed files with 230 additions and 0 deletions

View file

@ -35,6 +35,11 @@ rpm-ostree install ffmpeg ffmpeg-libs intel-media-driver pipewire-codec-aptx lib
# install Pulseaudio utilities
RUN rpm-ostree install pulseaudio-utils
# install gpu screen recorder gtk
COPY gpu-screen-recorder-gtk/ /tmp/gpu-screen-recorder-gtk/
RUN cd /tmp/gpu-screen-recorder-gtk && \
./install.sh
RUN rpm-ostree cleanup -m && \
rm -rf /tmp/* /var/* && mkdir -p /var/tmp && chmod -R 1777 /var/tmp && \
ostree container commit