removed unnecessary trailing slashes in paths
This commit is contained in:
parent
a86e821631
commit
96ebf95dcc
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue