-
Notifications
You must be signed in to change notification settings - Fork 164
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
Pickles did not complete successfully Could not find a part of the path '/dev/fd/102'. #633
Comments
The same occurs when I build the following docker image (for pickles version 3.0.1; version 4.0.1 can't be installed through nuget): FROM mcr.microsoft.com/dotnet/sdk:3.1
RUN dotnet tool install -g Pickles.CommandLine --version 3.0.1 Then in the docker container, when I run
then I get
If I, however, switch to
In the docker container, if I run mkdir /features
ln -s /root/.dotnet/tools/pickles /features/pickles
cd /features
pickles then it also works fine. Of course, this must only be a temporary work-around. |
Also note that the Pickles version is not right in the above Pickles output. |
Note that the error
does not pop up if a |
Sorry for the problems here. I'm working on the issue with the Nuget package. Hope to push an update soon. |
I have the following docker image:
When I run
docker build . -t pickles:local docker run -it pickles:local bash
and then run
cd /pickles ./Pickles
then I get no error. If I, however, run
cd / /pickles/Pickles
then I get the following error
Is that a bug or am I misusing your software? With the last version of Pickles I used in the past (v2.21.1), with mono, I was able to run
without any problems.
The text was updated successfully, but these errors were encountered: