Hello,
I want to activate mod_header module on apache and I want to do a custom build.
First I try to build the original docker locally on docker 4 windows but I cannot. Then I decide to build it on docker hub but I have the same trouble.
Error is :
sha1sum: WARNING: 1 computed checksum did NOT match
The command '/bin/sh -c set -ex; curl -o wordpress.tar.gz -fSL "https://wordpress.org/wordpress-${WORDPRESS_VERSION}.tar.gz"; echo "$WORDPRESS_SHA1 *wordpress.tar.gz" | sha1sum -c -; tar -xzf wordpress.tar.gz -C /usr/src/; rm wordpress.tar.gz; chown -R www-data:www-data /usr/src/wordpress' returned a non-zero code: 1
Hello, I want to activate mod_header module on apache and I want to do a custom build. First I try to build the original docker locally on docker 4 windows but I cannot. Then I decide to build it on docker hub but I have the same trouble. Error is : sha1sum: WARNING: 1 computed checksum did NOT match The command '/bin/sh -c set -ex; curl -o wordpress.tar.gz -fSL "https://wordpress.org/wordpress-${WORDPRESS_VERSION}.tar.gz"; echo "$WORDPRESS_SHA1 *wordpress.tar.gz" | sha1sum -c -; tar -xzf wordpress.tar.gz -C /usr/src/; rm wordpress.tar.gz; chown -R www-data:www-data /usr/src/wordpress' returned a non-zero code: 1
Can you please provide a bit of guidance ?
Thanks a lot