From 9e8497a90268363553465c4910205a22baac7ffb Mon Sep 17 00:00:00 2001 From: Christoph Junghans Date: Thu, 16 Jan 2025 16:54:06 -0700 Subject: [PATCH] debug IV --- fedora | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora b/fedora index be93bb1..aa2c2ef 100644 --- a/fedora +++ b/fedora @@ -33,7 +33,7 @@ RUN if [ "${INTEL}" = "yes" ]; then \ fi RUN useradd -m -G wheel -u 1001 votca -RUN sed -i -e '/[^#].*wheel/s/^/# /' -e /wheel.*NOPASSWD/s/^# //' /etc/sudoers +RUN sed -i -e '/[^#].*wheel/s/^/# /' -e '/wheel.*NOPASSWD/s/^# //' /etc/sudoers RUN cat /etc/sudoers USER votca