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

Failing Docker Build #72

Open
SecureAB opened this issue Jun 15, 2020 · 1 comment
Open

Failing Docker Build #72

SecureAB opened this issue Jun 15, 2020 · 1 comment

Comments

@SecureAB
Copy link
Contributor

SecureAB commented Jun 15, 2020

Describe the bug
The included dockerfile fails to build.

To Reproduce
Steps to reproduce the behavior:

  1. Clone the repository
  2. cd deploy
  3. make build-publish
  4. Step 13 RUN if [ "$publish" = "yes" ]; then conda install -c anaconda python=3.6 ; fi in the docker build fails. Conda reports Found conflicts.

Expected behavior
The docker build should finish without errors

Desktop (please complete the following information):

  • OS: Linux
  • Python version: 3.7
  • Docker: 18.09.1

Additional context
A problem could be, that deploy/fuzzingbook-dockerenv/Dockerfile doesn't pin an exact version for the jupyter notebook base image and that the base image has changed since the last successful build.

Here is the exact output of the build:
build.log

@vrthra
Copy link
Member

vrthra commented Sep 18, 2021

Thank you for the bug report.

The Docker environment for fuzzingbook is experimental, and was externally contributed. Hence, fixes to the dockerfile would be low priority for the developers (However, contributions are welcome, and will be gladly accepted).

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