Skip to content

Commit

Permalink
debug II
Browse files Browse the repository at this point in the history
  • Loading branch information
junghans committed Jan 16, 2025
1 parent 05277c1 commit 41ea599
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fedora
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ RUN if [ "${INTEL}" = "yes" ]; then \
fi

RUN useradd -m -G wheel -u 1001 votca
RUN echo '%wheel ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
RUN sed -i -e '/[^#].*wheel/s/^/# /' -e /wheel.*NOPASSWD/s/^# //' /etc/sudoers
RUN cat /etc/sudoers

USER votca
ENV PATH=/usr/lib64/openmpi/bin${PATH:+:}${PATH}
ENV PATH=${INTEL:+/opt/intel/oneapi/compiler/latest/bin}${PATH:+:}${PATH}
Expand Down

0 comments on commit 41ea599

Please sign in to comment.