Browse Source

linux-flatpak: add sudo ...

(for use with Azure Pipelines)
master
liushuyu 7 years ago
parent
commit
9d28db3fc8
No known key found for this signature in database GPG Key ID: 23D1CE4534419437
  1. 2
      linux-flatpak/Dockerfile

2
linux-flatpak/Dockerfile

@ -1,6 +1,6 @@
FROM ubuntu:18.04
LABEL maintainer="citraemu"
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 fuse dnsutils gnupg2
RUN apt-get install -y p7zip-full wget git flatpak flatpak-builder ca-certificates sshfs curl fuse dnsutils gnupg2 sudo
RUN flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
RUN flatpak install -y flathub org.kde.Platform//5.12 org.kde.Sdk//5.12
Loading…
Cancel
Save