mirror of
https://github.com/azahar-emu/build-environment
synced 2025-11-06 15:10:01 +01:00
Rebranded to reflect usage in Lime3DS
This commit is contained in:
parent
3d82e5bf29
commit
b43f83ab6b
@ -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/
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user