removed unnecessary trailing slashes in paths

This commit is contained in:
Ricard Bejarano 2020-03-26 04:40:04 +01:00
parent a86e821631
commit 96ebf95dcc
No known key found for this signature in database
GPG key ID: DD6ACC8CE87FD20A

View file

@ -54,7 +54,7 @@ RUN [ "$PCRE_CHECKSUM" = "$(sha256sum /tmp/pcre.tar.gz | awk '{print $1}')" ] &&
./configure $CONFIG && \
make
RUN mkdir -p /rootfs/etc/ssl/certs /rootfs/lib/x86_64-linux-gnu/ /rootfs/lib64/ /rootfs/tmp && \
RUN mkdir -p /rootfs/etc/ssl/certs /rootfs/lib/x86_64-linux-gnu /rootfs/lib64 /rootfs/tmp && \
cp /tmp/nginx-$VERSION/objs/nginx /rootfs/ && \
cp \
/lib/x86_64-linux-gnu/libc.so.6 \