summaryrefslogtreecommitdiff
path: root/debian/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'debian/Dockerfile')
-rw-r--r--debian/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/Dockerfile b/debian/Dockerfile
index b0a27b4..8a9fc1c 100644
--- a/debian/Dockerfile
+++ b/debian/Dockerfile
@@ -1,4 +1,4 @@
-FROM debian:latest
+FROM debian:bookwarm
ARG NAME=toolbox
@@ -22,7 +22,7 @@ RUN useradd -m -G wheel $BASE_USER
RUN echo "$BASE_USER:$PASSWORD" | chpasswd
-RUN echo '%wheel ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
+RUN echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
USER $BASE_USER