Изменил(а) на 'dockerfile'
This commit is contained in:
parent
c653cfe39a
commit
689f7a56cf
@ -1,6 +1,6 @@
|
||||
FROM ubuntu:20.04
|
||||
VOLUME [/usr /lib /etc /var /bin /home]
|
||||
CMD ["/bin/bash"]
|
||||
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