Skip to content

Checksum returns non zero exit code  #11

@wronda

Description

@wronda

Please provide us with the following information:

This issue is for a: (mark with an x)

- [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?)

MacOS Catalina

Versions

Mention any other details that might be useful


Thanks! We'll be in touch soon.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions