install ffmpeg-free
This commit is contained in:
parent
3bcbd9e3e9
commit
5832cae76a
1 changed files with 3 additions and 0 deletions
|
|
@ -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 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/
|
RUN mv "/opt/Mullvad VPN" /usr/lib/opt/
|
||||||
|
|
||||||
|
# install ffmpeg-free
|
||||||
|
RUN rpm-ostree install ffmpeg-free
|
||||||
|
|
||||||
RUN rpm-ostree cleanup -m && \
|
RUN rpm-ostree cleanup -m && \
|
||||||
rm -rf /tmp/* /var/* && mkdir -p /var/tmp && chmod -R 1777 /var/tmp && \
|
rm -rf /tmp/* /var/* && mkdir -p /var/tmp && chmod -R 1777 /var/tmp && \
|
||||||
ostree container commit
|
ostree container commit
|
||||||
Loading…
Add table
Add a link
Reference in a new issue