-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
already donedocumentationImprovements or additions to documentationImprovements or additions to documentationwontfixThis will not be worked onThis will not be worked on
Description
I was tying to setup a test environment on my host as a Docker container. I started cloning the repo locally. Then, I built the image typing docker build -t italia/spid-sp-test:0.5.6 .
, as reported in doc, and the image was successfully built. Then, I tried to run the image in a local container, but this is the output:
$> docker run -it --name idptest-agid-local italia/spid-sp-test:0.5.6
/usr/bin/env: 'python3\r': No such file or directory
I am working on a Windows 10 host. It seems like something goes wrong when interpeting the CRLF or the EoL chars in general.
Metadata
Metadata
Assignees
Labels
already donedocumentationImprovements or additions to documentationImprovements or additions to documentationwontfixThis will not be worked onThis will not be worked on