Added dockerfile for Flatpak build

This commit is contained in:
Sumner Evans
2019-10-20 17:10:59 -06:00
parent 1eba5e87d1
commit 835f15bbae

15
flatpak/Dockerfile Normal file
View File

@@ -0,0 +1,15 @@
FROM fedora:30
MAINTAINER robozman "https://gitlab.com/robozman"
VOLUME [ "/sys/fs/cgroup", "/tmp", "/run" ]
RUN dnf -y update && \
dnf install -y flatpak flatpak-builder ostree fuse wget curl elfutils dconf git bzip2 bzr python3 python3-pip && \
dnf clean all
RUN flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
RUN flatpak install -y org.gnome.Platform//3.32 && \
flatpak install -y org.gnome.Sdk//3.32