🐳 Creation of /etc/cont-finish.d is no longer needed

This commit is contained in:
Franck Nijhof 2017-12-13 00:07:53 +01:00
parent 777bcb0080
commit 0aceeab2cb
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -32,9 +32,7 @@ RUN \
&& curl -L -s "https://github.com/just-containers/s6-overlay/releases/download/v1.20.0.0/s6-overlay-${S6_ARCH}.tar.gz" \
| tar zxvf - -C / \
\
&& mkdir -p \
/etc/cont-finish.d \
/etc/fix-attrs.d \
&& mkdir -p /etc/fix-attrs.d \
\
&& \
if [ "${BUILD_ARCH}" != "armhf" ]; then \