-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Dockerfile:48
--------------------
46 |
47 | COPY *.patch ./
48 | >>> RUN for f in *.patch; do patch -p1 < "$f"; done
49 |
50 | RUN emmake make -C movement/make 'BUILD=build-sim' 'COLOR=RED'
--------------------
ERROR: failed to solve: process "/bin/sh -c for f in *.patch; do patch -p1 < \"$f\"; done" did not complete successfully: exit code: 1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels