Add Asustor build scripts

This commit is contained in:
Joseph Henry
2022-04-26 08:33:48 -07:00
parent 66236e91a2
commit 1a5274b86b
16 changed files with 334 additions and 1 deletions

10
pkg/asustor/Dockerfile Normal file
View File

@@ -0,0 +1,10 @@
# vim: ft=dockerfile
FROM ubuntu:20.04
RUN apt-get update -qq && apt-get install python2.7 -y
COPY apkg-tools.py /apkg-tools.py
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]