mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 21:16:29 +02:00
repo: allow individual package building
This commit is contained in:
parent
1ab3f463d0
commit
1dd9e1a738
3 changed files with 14 additions and 14 deletions
|
@ -5,4 +5,7 @@ RUN apt-get update && apt-get install -y autoconf build-essential libssl-dev pkg
|
|||
pip3 install 'yq==2.12.0' && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
CMD [ "bash", "/repo/make.sh" ]
|
||||
ADD *.sh /
|
||||
|
||||
ENTRYPOINT ["bash","/entrypoint.sh"]
|
||||
CMD ["all"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue