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
Line 42/43 fails when running containers/docker/Dockerfile with the prescribed build command as documented in the readme file: docker build --tag okit --file ./containers/docker/Dockerfile --force-rm .
@pastyGRB I was able to resolve this by adding this to the Dockerfile after the Exposed Ports and before the #yum install repos and copied the requirements.txt from the oci-designer/requirements.txt to the container/ folder
Line 42/43 fails when running containers/docker/Dockerfile with the prescribed build command as documented in the readme file:
docker build --tag okit --file ./containers/docker/Dockerfile --force-rm .
The issue is that the requirements.txt file does not exist because it has not been copied into the image.
The text was updated successfully, but these errors were encountered: