mirror of
https://github.com/gnu4cn/jenkins_book_zh.git
synced 2024-12-26 12:50:08 +08:00
6 lines
304 B
Plaintext
6 lines
304 B
Plaintext
|
FROM jenkins/ssh-agent:alpine
|
||
|
USER root
|
||
|
RUN apk add --update alpine-sdk wget gcompat
|
||
|
RUN mkdir /opt/nds32le-elf-mculib-v5
|
||
|
RUN wget https://gitlab.xfoss.com/it-group/nds-toolchain/-/raw/21aade02c2d51747017b73d15bc03ee3e4ebc298/nds32le-elf-mculib-v5.tar.gz -O - | tar -xzvf - -C /opt/nds32le-elf-mculib-v5
|