mirror of
https://github.com/yuzu-emu/build-environments.git
synced 2024-11-22 11:45:38 +01:00
linux-fresh: update base image to use Qt 5.15 ...
... other images replaced MAINTAINER with LABEL
This commit is contained in:
parent
b4ae436ed4
commit
ccadba44f5
@ -1,5 +1,5 @@
|
|||||||
FROM ubuntu:20.04
|
FROM ubuntu:20.04
|
||||||
MAINTAINER yuzu
|
LABEL maintainer="yuzu"
|
||||||
# Create a user account yuzu (UID 1027) that the container will run as
|
# Create a user account yuzu (UID 1027) that the container will run as
|
||||||
RUN useradd -m -u 1027 -s /bin/bash yuzu && \
|
RUN useradd -m -u 1027 -s /bin/bash yuzu && \
|
||||||
apt-get update && apt-get -y full-upgrade && \
|
apt-get update && apt-get -y full-upgrade && \
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM ubuntu:20.04
|
FROM ubuntu:20.04
|
||||||
MAINTAINER yuzu
|
LABEL maintainer="yuzu"
|
||||||
RUN useradd -m -u 1027 -s /bin/bash yuzu && DEBIAN_FRONTEND=noninteractive apt-get update \
|
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 -y full-upgrade \
|
||||||
&& DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
|
&& DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
|
||||||
@ -12,5 +12,5 @@ RUN useradd -m -u 1027 -s /bin/bash yuzu && DEBIAN_FRONTEND=noninteractive apt-g
|
|||||||
sshfs fuse elfutils \
|
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 \
|
&& 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 remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo \
|
||||||
&& flatpak install -v -y flathub org.kde.Platform//5.13 org.kde.Sdk//5.13
|
&& flatpak install -v -y flathub org.kde.Platform//5.15 org.kde.Sdk//5.15
|
||||||
USER 1027
|
USER 1027
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM ubuntu:18.04
|
FROM ubuntu:18.04
|
||||||
MAINTAINER yuzu
|
LABEL maintainer="yuzu"
|
||||||
|
|
||||||
ENV CLANG_VER=12
|
ENV CLANG_VER=12
|
||||||
ENV CMAKE_VER=3.16.3
|
ENV CMAKE_VER=3.16.3
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
FROM archlinux:latest
|
FROM archlinux:latest
|
||||||
MAINTAINER yuzu
|
LABEL maintainer="yuzu"
|
||||||
|
|
||||||
ENV EXT_BIN_URL="https://github.com/yuzu-emu/ext-linux-bin/raw/main/mingw"
|
ENV EXT_BIN_URL="https://github.com/yuzu-emu/ext-linux-bin/raw/main/mingw"
|
||||||
|
|
||||||
# Workaround for Arch Linux Docker image failing to build
|
# Workaround for Arch Linux Docker image failing to build
|
||||||
# From https://stackoverflow.com/questions/66154574
|
# From https://stackoverflow.com/questions/66154574
|
||||||
RUN patched_glibc=glibc-linux4-2.33-4-x86_64.pkg.tar.zst && \
|
RUN patched_glibc=glibc-linux4-2.33-4-x86_64.pkg.tar.zst && \
|
||||||
|
Loading…
Reference in New Issue
Block a user