Cannot copy from docker image using "COPY –from" command in Dockerfile
There is a directory inside the stain/jena-fuseki:4.0.0 image that cannot be copied while other directories can be. I have the following Dockerfile FROM python:3.8.15-slim COPY --from=stain/jena-fuseki:4.0.0 /fuseki /fuseki If I run docker image build . I get the following response…