mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-21 04:26:28 +02:00
api: lint **everything**
This commit is contained in:
parent
216451d1aa
commit
60c004eea9
22 changed files with 764 additions and 550 deletions
8
repo/Dockerfile
Normal file
8
repo/Dockerfile
Normal file
|
@ -0,0 +1,8 @@
|
|||
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 && \
|
||||
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
|
||||
|
||||
CMD [ "bash", "/repo/make.sh" ]
|
Loading…
Add table
Add a link
Reference in a new issue