Skip to content

Commit

Permalink
fix trailing backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-oleynik committed Sep 26, 2024
1 parent 127e236 commit 0391f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN apt-get install --yes -f \
/build/slurm-smd-slurmctld_$SLURM_VERSION-1_amd64.deb \
/build/slurm-smd-slurmdbd_$SLURM_VERSION-1_amd64.deb

RUN groupadd -rg $SLURM_GID $SLURM_GROUP &&
RUN groupadd -rg $SLURM_GID $SLURM_GROUP && \
useradd -rg $SLURM_GROUP -u $SLURM_UID $SLURM_USER
RUN groupmod -g $MUNGE_GID munge && \
usermod -g munge -u $MUNGE_UID munge && \
Expand Down

0 comments on commit 0391f30

Please sign in to comment.