We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1287e03 commit ea52927Copy full SHA for ea52927
riotbuild/Dockerfile
@@ -366,7 +366,7 @@ RUN \
366
367
# get ld-memory from pre-built containers (ld-memory is used for on-the-fly
368
# .ld linker script generation)
369
-COPY --from kaspar030/ld-memory:0.2 /ld-memory /usr/bin/ld-memory
+COPY --from=kaspar030/ld-memory:0.2 /ld-memory /usr/bin/ld-memory
370
371
# get Dockerfile version from build args
372
ARG RIOTBUILD_VERSION=unknown
0 commit comments