.git broken, restart
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
FROM alpine:latest
|
||||
|
||||
# Install base packages
|
||||
RUN apk add \
|
||||
librewolf
|
||||
# xorg-xhost \
|
||||
# dbus \
|
||||
# sudo \
|
||||
# mesa \
|
||||
# alsa-utils \
|
||||
# xorg-xprop \
|
||||
# pulseaudio
|
||||
|
||||
RUN useradd -m -G wheel painain \
|
||||
&& echo "%wheel ALL=(ALL) ALL, !/usr/bin/passwd root" >> /etc/sudoers
|
||||
|
||||
USER painpain
|
||||
WORKDIR /home/painpain
|
||||
|
||||
#ENTRYPOINT [""]
|
||||
Reference in New Issue
Block a user