add docker image for building flatpak

This commit is contained in:
Abderrahim Kitouni 2019-12-30 21:43:55 +01:00
parent 0b26836970
commit b9e1387016

8
linux-flatpak/Dockerfile Normal file
View file

@ -0,0 +1,8 @@
FROM ubuntu:18.04
MAINTAINER yuzu
RUN useradd -m -s /bin/bash yuzu
RUN apt-get update && apt-get -y full-upgrade
RUN apt-get install -y flatpak flatpak-builder
RUN flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
RUN flatpak install -y flathub org.kde.Platform//5.13 org.kde.Sdk//5.13