From b43f83ab6b1413339cbf0a10e868b9a17ed0de95 Mon Sep 17 00:00:00 2001 From: OpenSauce04 Date: Mon, 15 Apr 2024 18:00:37 +0100 Subject: [PATCH] Rebranded to reflect usage in Lime3DS --- README.md | 2 +- linux-appimage/Dockerfile | 7 +++---- linux-fresh/Dockerfile | 6 +++--- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 51f9291..6f6207e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # build-environments -Dockerfile entries used for building Citra binaries. +Dockerfile entries used for building Lime3DS binaries. https://hub.docker.com/r/PabloMK7/build-environments/ diff --git a/linux-appimage/Dockerfile b/linux-appimage/Dockerfile index ba4abfa..b7c3e4e 100644 --- a/linux-appimage/Dockerfile +++ b/linux-appimage/Dockerfile @@ -1,12 +1,11 @@ FROM ubuntu:20.04 -LABEL maintainer="citraemu" ENV DEBIAN_FRONTEND=noninteractive -# Create a user account citra (UID 1027) that the container will run as -RUN useradd -m -u 1027 -s /bin/bash citra +# Create a user account lime (UID 1027) that the container will run as +RUN useradd -m -u 1027 -s /bin/bash lime -# Update system, install PPAs and install packages for building Citra. +# Update system, install PPAs and install packages for building Lime3DS. RUN apt-get update && apt-get full-upgrade -y RUN apt-get install -y software-properties-common lsb-release RUN add-apt-repository -y ppa:savoury1/build-tools diff --git a/linux-fresh/Dockerfile b/linux-fresh/Dockerfile index a48ec4d..64b70d0 100644 --- a/linux-fresh/Dockerfile +++ b/linux-fresh/Dockerfile @@ -1,9 +1,9 @@ FROM ubuntu:23.04 -LABEL maintainer="citraemu" + ENV DEBIAN_FRONTEND=noninteractive -# Create a user account citra (UID 1027) that the container will run as -RUN useradd -m -u 1027 -s /bin/bash citra +# Create a user account lime (UID 1027) that the container will run as +RUN useradd -m -u 1027 -s /bin/bash lime RUN apt-get update && apt-get -y full-upgrade RUN apt-get install -y \