Browse Source
linux-flatpak: update Flatpak runtime to 5.15/22.08
master
liushuyu
3 years ago
No known key found for this signature in database
GPG Key ID: 23D1CE4534419437
1 changed files with
1 additions and
1 deletions
-
linux-flatpak/Dockerfile
|
|
@ -4,4 +4,4 @@ ENV DEBIAN_FRONTEND=noninteractive |
|
|
RUN apt-get update && apt-get -y full-upgrade |
|
|
RUN apt-get update && apt-get -y full-upgrade |
|
|
RUN apt-get install -y p7zip-full wget git flatpak flatpak-builder ca-certificates sshfs curl dnsutils gnupg2 sudo |
|
|
RUN apt-get install -y p7zip-full wget git flatpak flatpak-builder ca-certificates sshfs curl dnsutils gnupg2 sudo |
|
|
RUN flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo |
|
|
RUN flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo |
|
|
RUN flatpak install -y flathub org.kde.Platform//5.15-21.08 org.kde.Sdk//5.15-21.08 |
|
|
|
|
|
|
|
|
RUN flatpak install -y flathub org.kde.Platform//5.15-22.08 org.kde.Sdk//5.15-22.08 |