Replace ppwd with inline sed expression

This commit is contained in:
2018-07-03 20:43:30 +01:00
parent 90548d3f0f
commit 78fa7c8b2d
3 changed files with 2 additions and 21 deletions

View File

@ -23,7 +23,7 @@ RUN apk --no-cache add \
tini \
openssl \
&& wget -qO /sbin/su-exec https://github.com/frebib/su-exec/releases/download/${SU_EXEC_VER}/su-exec-alpine-$(uname -m) \
&& chmod +x /sbin/su-exec /usr/bin/* \
&& chmod +x /sbin/su-exec \
&& apk --no-cache del openssl
ENTRYPOINT ["/sbin/tini" , "--"]