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
Describe the bug
The included dockerfile fails to build.
To Reproduce
Steps to reproduce the behavior:
Clone the repository
cd deploy
make build-publish
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.
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).
Describe the bug
The included dockerfile fails to build.
To Reproduce
Steps to reproduce the behavior:
cd deploy
make build-publish
RUN if [ "$publish" = "yes" ]; then conda install -c anaconda python=3.6 ; fi
in the docker build fails. Conda reportsFound conflicts
.Expected behavior
The docker build should finish without errors
Desktop (please complete the following information):
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
The text was updated successfully, but these errors were encountered: