mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-07 18:56:26 +02:00
repo: Automated local repository builder
This commit is contained in:
parent
816efaff3b
commit
60b258f57c
3 changed files with 15 additions and 6 deletions
|
@ -1,8 +1,7 @@
|
|||
FROM alpine:3.13
|
||||
|
||||
RUN apk add --no-cache gnupg jq zlib zlib-dev cmake cmake-doc extra-cmake-modules extra-cmake-modules-doc build-base gcc abuild binutils binutils-doc gcc-doc yq bash coreutils util-linux pciutils usbutils coreutils binutils findutils grep && \
|
||||
RUN apk add --no-cache python3 py3-pip gnupg jq zlib zlib-dev cmake cmake-doc extra-cmake-modules extra-cmake-modules-doc build-base gcc abuild binutils binutils-doc gcc-doc yq bash coreutils util-linux pciutils usbutils coreutils binutils findutils grep && \
|
||||
ln -sf /bin/bash /bin/sh && \
|
||||
wget https://github.com/mikefarah/yq/releases/download/2.4.1/yq_linux_amd64 -O /usr/bin/yq &&\
|
||||
chmod +x /usr/bin/yq
|
||||
pip3 install 'yq==2.12.0'
|
||||
|
||||
CMD [ "bash", "/repo/make.sh" ]
|
Loading…
Add table
Add a link
Reference in a new issue