mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
Update Dockerfile
This commit is contained in:
parent
cc3f290d3b
commit
c57e85c7a2
|
|
@ -12,6 +12,7 @@ ENV WINEPREFIX=/var/opt/wineprefix64
|
|||
RUN dpkg --add-architecture i386 \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
sudo \
|
||||
ca-certificates \
|
||||
xwayland-run \
|
||||
cage \
|
||||
|
|
@ -45,7 +46,7 @@ RUN set -eux; \
|
|||
# Create user
|
||||
RUN useradd -m -s /bin/bash mclce
|
||||
|
||||
# Give maxima sudo without password
|
||||
# Give sudo without password
|
||||
RUN echo "maxima ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/mclce \
|
||||
&& chmod 0440 /etc/sudoers.d/mclce
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue