Returned i3 due to smaller image size

This commit is contained in:
myve 2025-01-26 12:24:50 +00:00
commit 710fec6129
5 changed files with 9 additions and 5 deletions

View file

@ -7,6 +7,7 @@ ARG debug
# X session environment variable
ENV STARTXBIN=i3
ENV AUTOSTARTDIR=i3
# Run
RUN apk add --no-cache \
@ -18,4 +19,4 @@ RUN apk add --no-cache \
COPY *.sh /app/init.d/
# Reset user
USER ${debug:-user}
USER ${debug:-user}