Skip to content

docker build fails #1

@hxlnt

Description

@hxlnt
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions