Azure-Samples / multicontainerwordpress

Multi-container using Docker Compose in Azure Web App for Containers
MIT License
40 stars 91 forks source link

Build fail with checksum did NOT match #3

Closed cedrox closed 5 years ago

cedrox commented 5 years ago

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