jenkins_book_zh/projects/Dockerfile-ssh-agent-alpine

6 lines
304 B
Plaintext
Raw Permalink Normal View History

2024-08-04 19:32:26 +08:00
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