feat: add docker image and refactor the scripts
This commit is contained in:
6
.dockerfile
Normal file
6
.dockerfile
Normal file
@ -0,0 +1,6 @@
|
||||
# TODO: use alpine when available
|
||||
FROM debian:12-slim
|
||||
ADD artifacts.tar.gz /install
|
||||
RUN dpkg -i /install/artifacts/sci_*-1_amd64.deb
|
||||
RUN rm -rf /install
|
||||
ENTRYPOINT ["sci"]
|
Reference in New Issue
Block a user