Skip to content

Commit

Permalink
Wrap group/user add line for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
jrha committed Jul 4, 2019
1 parent f84f2ae commit 629c651
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xrootd/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM centos:7

# xrootd user - needs to be consistent with the host
RUN groupadd --gid 65432 xrootd && useradd --gid xrootd --uid 65432 xrootd
RUN groupadd --gid 65432 xrootd && \
useradd --gid xrootd --uid 65432 xrootd

# Repositories
COPY *.repo /etc/yum.repos.d/
Expand Down

0 comments on commit 629c651

Please sign in to comment.