liushuyu 281b0174f1 Several Improvements (#18)
* linux-flatpak: slim down the image

* meta: conform to new Dockerfile standard

* meta: use regular user as possible
2019-04-13 19:12:09 -04:00

7 lines
374 B
Docker

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 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