Replace ppwd with inline sed expression

This commit is contained in:
2018-07-03 20:47:23 +01:00
parent 84e632aa1d
commit d2a9a24f49
3 changed files with 1 additions and 21 deletions

View File

@ -121,7 +121,6 @@ COPY --from=builder /output/ /
# Add default skeleton configuration files
COPY skel/ /
RUN chmod 1777 /tmp && \
chmod 775 /usr/bin/* && \
chmod u+s /usr/bin/ping /usr/bin/su
ENV ENV="/etc/profile"