mirror of
https://github.com/yuzu-emu/build-environments.git
synced 2025-09-20 20:37:08 +00:00
add docker image for building flatpak
This commit is contained in:
parent
0b26836970
commit
b9e1387016
8
linux-flatpak/Dockerfile
Normal file
8
linux-flatpak/Dockerfile
Normal 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
|
Loading…
Reference in a new issue