eregs / regulations-parser

Parser for U.S. federal regulations and other regulatory information
Creative Commons Zero v1.0 Universal
36 stars 40 forks source link

Docker Hub build is failing #360

Closed gregoryfoster closed 7 years ago

gregoryfoster commented 7 years ago

Hello, I just noticed that the Docker Hub build for eregs/parser is currently failing: https://hub.docker.com/r/eregs/parser/builds/bdkmamcgqpjkznw2qq6duxk/

[91minterpparser should either be a path to a local project or a VCS url beginning with svn+, git+, hg+, or bzr+

Removing intermediate container a55071fe2e8f

Build failed: The command '/bin/sh -c apk add --update libxslt libxml2-dev libxslt-dev musl-dev gcc git && pip install --no-cache-dir -r requirements.txt && apk del --purge libxml2-dev libxslt-dev musl-dev gcc && rm -rf /var/cache/apk/*' returned a non-zero code: 1

It looks like it's been consistently failing since Dec 27 (2016-12-27T04:06:23.722Z), not sure which eregs/regulations-parser commit, whatever was latest as of that build timestamp: https://hub.docker.com/r/eregs/parser/builds/b7badg8av3qet7bjesygfkb/

cmc333333 commented 7 years ago

Thanks for finding this! We'll fix and add a docker-build test to our CI.