Add Dockerfile for linux-flatpak

This commit is contained in:
Roman Meier 2020-03-25 11:34:17 +01:00
parent 0b26836970
commit 09245ff74e

9
linux-flatpak/Dockerfile Normal file
View file

@ -0,0 +1,9 @@
FROM ubuntu:18.04
MAINTAINER yuzu
RUN useradd -m -s /bin/bash yuzu
RUN apt-get update && apt-get -y full-upgrade && apt-get install --no-install-recommends -y flatpak flatpak-builder ca-certificates
RUN flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
RUN flatpak install -v -y flathub org.kde.Platform//5.13 org.kde.Sdk//5.13
RUN apt-get install --no-install-recommends -y build-essential libsdl2-dev libssl-dev python qtbase5-dev qtwebengine5-dev libqt5opengl5-dev wget git ccache cmake ninja-build dnsutils gnupg2 sshfs fuse elfutils