Search Unity

Feedback SOLVED: copy failed on docker build

Discussion in 'Unity Simulation' started by iosphere, Sep 26, 2020.

Thread Status:
Not open for further replies.
  1. iosphere

    iosphere

    Joined:
    Dec 28, 2019
    Posts:
    13
    Hi all,
    Following the https://github.com/Unity-Technologies/Unity-Simulation-Docs/blob/master/doc/testing.md tutorial for launching a local image here in a Windows 10 box (running cygwin, fwiw), I received the following error at the end of the docker build:
    upload_2020-9-25_21-54-11.png
    I was able to fix this by changing the last two lines of dockerfile from:
    upload_2020-9-25_21-55-34.png
    to:
    COPY RollaballLinuxBuild/rollaball_linux_build/rollaball.x86_64 /tmp/linux_build.x86_64
    COPY RollaballLinuxBuild/rollaball_linux_build/rollaball_Data /tmp/linux_build_Data

    -L
     
  2. stevenke_unity

    stevenke_unity

    Joined:
    Nov 13, 2018
    Posts:
    30
Thread Status:
Not open for further replies.