add dockerfile
This commit is contained in:
parent
57d600c2bf
commit
c653cfe39a
6
dockerfile
Normal file
6
dockerfile
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user