Skip to content

Commit

Permalink
debug IV
Browse files Browse the repository at this point in the history
  • Loading branch information
junghans committed Jan 16, 2025
1 parent ce082bc commit 9e8497a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fedora
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e8497a

Please sign in to comment.