Update i3/Dockerfile

This commit is contained in:
myve 2024-07-21 18:13:28 +00:00
commit f7d6d9af4c

View file

@ -2,6 +2,9 @@
FROM alpine/base
USER root
# Build ARG: use "root" for debugging
ARG debug
# X session environment variable
ENV STARTXBIN=i3
@ -14,5 +17,5 @@ RUN apk add --no-cache \
# Tigervnc initialization scripts
COPY *.sh /app/init.d/
# Reset user home directory
USER user
# Reset user
USER ${debug:-user}