Skip to content

Commit d0dacc3

Browse files
committed
Optimised 'murfey-rsync' file as well
1 parent bfc624a commit d0dacc3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfiles/murfey-rsync

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ ARG groupname
99
ARG userid
1010

1111
# Add any system dependencies for the developer/build environment here
12-
RUN apk add --no-cache rsync
13-
14-
RUN addgroup -S -g "${groupid}" "${groupname}" && adduser -S "${groupname}" -G "${groupname}" -u "${userid}" -s /bin/sh
12+
RUN apk add --no-cache rsync && \
13+
addgroup -S -g "${groupid}" "${groupname}" && \
14+
adduser -S "${groupname}" -G "${groupname}" -u "${userid}" -s /bin/sh

0 commit comments

Comments
 (0)