The following line in the Docker file does not work:
RUN git archive master | tar -x -C /path
Error message:
fatal: Not a valid object name tar: This does not look like a tar archive tar: Exiting with failure status due to previous errors
How to solve this problem?
docker dockerfile
Rob l
source share