install ffmpeg-free

This commit is contained in:
Anders Rytter Hansen 2023-07-17 19:35:43 +02:00
commit 5832cae76a

View file

@ -19,6 +19,9 @@ rpm-ostree install ksshaskpass uksmd clang clang-devel cronie distrobox fish fla
RUN mkdir /var/opt && cd /tmp && wget https://mullvad.net/da/download/app/rpm/latest -O mullvad.rpm && rpm-ostree install mullvad.rpm
RUN mv "/opt/Mullvad VPN" /usr/lib/opt/
# install ffmpeg-free
RUN rpm-ostree install ffmpeg-free
RUN rpm-ostree cleanup -m && \
rm -rf /tmp/* /var/* && mkdir -p /var/tmp && chmod -R 1777 /var/tmp && \
ostree container commit