mirror of
https://github.com/azahar-emu/build-environment
synced 2025-11-06 23:19:59 +01:00
Changed name of build user from lime to citra
This commit is contained in:
parent
1ea4df21e3
commit
8484eeb6e5
@ -3,7 +3,7 @@ FROM debian:trixie
|
|||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
# Create a user account lime (UID 1027) that the container will run as
|
# Create a user account lime (UID 1027) that the container will run as
|
||||||
RUN useradd -m -u 1027 -s /bin/bash lime
|
RUN useradd -m -u 1027 -s /bin/bash citra
|
||||||
|
|
||||||
# Update repos + upgrade system
|
# Update repos + upgrade system
|
||||||
RUN apt-get update && apt-get -y full-upgrade
|
RUN apt-get update && apt-get -y full-upgrade
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user