add dockerfile

This commit is contained in:
dimon 2022-02-28 19:15:00 +00:00
parent 57d600c2bf
commit c653cfe39a

6
dockerfile Normal file
View File

@ -0,0 +1,6 @@
FROM ubuntu:20.04
VOLUME [/usr /lib /etc /var /bin /home]
CMD ["/bin/bash"]
ADD https://git.dfosd.synology.me/docker/ubuntu-base/raw/branch/master/setup_programs.sh /setup_programs.sh
RUN chmod +x /setup_programs.sh
RUN /setup_programs.sh