Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions riotbuild/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,10 @@ RUN \
echo 'Cleaning up root-owned crates.io cache' >&2 && \
rm -rf /opt/rustup/.cargo/{git,registry,.package-cache}

# get ld-memory from pre-built containers (ld-memory is used for on-the-fly
# .ld linker script generation)
COPY --from=kaspar030/ld-memory:0.2.7 /ld-memory /usr/bin/ld-memory

# get Dockerfile version from build args
ARG RIOTBUILD_VERSION=unknown
ENV RIOTBUILD_VERSION $RIOTBUILD_VERSION
Expand Down