You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 12, 2026. It is now read-only.
- [X ] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
Minimal steps to reproduce
build the Dockerfile
Any log messages given by the failure
Step 10/13 : RUN 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
---> Running in 1f56875aa124
+ curl -o wordpress.tar.gz -fSL https://wordpress.org/wordpress-4.9.6.tar.gz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 8535k 100 8535k 0 0 2114k 0 0:00:04 0:00:04 --:--:-- 2114k
+ echo 6992f19163e21720b5693bed71ffe1ab17a4533a *wordpress.tar.gz
+ sha1sum -c -
wordpress.tar.gz: FAILED
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
Expected/desired behavior
That the dockerfile builds succesfully
OS and Version?
Windows 7, 8 or 10. Linux (which distribution). macOS (Yosemite? El Capitan? Sierra?)
This issue is for a: (mark with an
x)Minimal steps to reproduce
build the Dockerfile
Any log messages given by the failure
Expected/desired behavior
That the dockerfile builds succesfully
OS and Version?
MacOS Catalina
Versions
Mention any other details that might be useful