mirror of
https://github.com/yuzu-emu/build-environments.git
synced 2024-11-22 08:25:37 +01:00
linux-flatpak: drop ...
... in flavor of FlatHub official build
This commit is contained in:
parent
ccadba44f5
commit
3262fbd485
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
image: ["linux-clang-format", "linux-flatpak", "linux-fresh", "linux-mingw", "linux-transifex"]
|
image: ["linux-clang-format", "linux-fresh", "linux-mingw", "linux-transifex"]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
@ -1,16 +0,0 @@
|
|||||||
FROM ubuntu:20.04
|
|
||||||
LABEL maintainer="yuzu"
|
|
||||||
RUN useradd -m -u 1027 -s /bin/bash yuzu && DEBIAN_FRONTEND=noninteractive apt-get update \
|
|
||||||
&& DEBIAN_FRONTEND=noninteractive apt-get -y full-upgrade \
|
|
||||||
&& DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
|
|
||||||
flatpak flatpak-builder \
|
|
||||||
librsvg2-common \
|
|
||||||
ca-certificates build-essential libsdl2-dev libssl-dev \
|
|
||||||
python qtbase5-dev qtwebengine5-dev libqt5opengl5-dev \
|
|
||||||
wget git ccache cmake \
|
|
||||||
ninja-build dnsutils gnupg2 \
|
|
||||||
sshfs fuse elfutils \
|
|
||||||
&& apt-get clean autoclean && apt-get autoremove --yes && rm -rf /var/lib/apt /var/lib/dpkg /var/lib/cache /var/lib/log \
|
|
||||||
&& flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo \
|
|
||||||
&& flatpak install -v -y flathub org.kde.Platform//5.15 org.kde.Sdk//5.15
|
|
||||||
USER 1027
|
|
Loading…
Reference in New Issue
Block a user