Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker build fails #456

Closed
jfenna opened this issue Jan 3, 2023 · 2 comments
Closed

Docker build fails #456

jfenna opened this issue Jan 3, 2023 · 2 comments

Comments

@jfenna
Copy link
Contributor

jfenna commented Jan 3, 2023

Re testing: running both docker build . and docker-compose build returns an error relating to line 11 in Dockerfile: executor failed running [/bin/sh -c set -ex && pipenv install --system --deploy --dev]: exit code: 1. Has this issue been noticed before? Is there a step-by-step testing tutorial that could be shared specific to eemeter?

This occurs for me on Windows 11 running eemeter tests on a unchanged copy of eemeter cloned directly from this repo. Any help much appreciated.

@jfenna
Copy link
Contributor Author

jfenna commented Jan 10, 2023

UPDATE: this has now been resolved at my end by amending the first seven lines to:

FROM python:3.6.6

RUN set -ex && pip install "pipenv==2021.5.29" --upgrade pip

# sphinxcontrib-spelling dependency
# RUN apt-get update \
#   && apt-get install -yqq libenchant-2-dev

Note recreating pipfile.lock by pipenv install presents dependency problems & further issues.

@ssuffian
Copy link
Contributor

ssuffian commented Jun 7, 2023

The docker build and tests were fixed with this PR: #458. I'm going to close this issue, but if it persists please reopen it!

@ssuffian ssuffian closed this as completed Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants