Skip to content

Commit

Permalink
skiff-core-defconfig: use debian sid
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Stewart <[email protected]>
  • Loading branch information
paralin committed Jun 14, 2024
1 parent 70306c4 commit c2738ae
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG DISTRO
FROM ${DISTRO:-debian:bookworm} as stage1
FROM ${DISTRO:-debian:sid} as stage1

# setup environment
ENV LANG=C.UTF-8 \
Expand Down Expand Up @@ -110,6 +110,7 @@ RUN \
passwd -d core && \
echo "core ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers

# TODO: Switch to using systemctl mask here.
RUN systemctl set-default graphical.target && \
systemctl mask tmp.mount && \
(systemctl mask NetworkManager ModemManager wpa_supplicant) && \
Expand Down

0 comments on commit c2738ae

Please sign in to comment.