From 7cf231861f7ca377de5c920a886f65772b811b9a Mon Sep 17 00:00:00 2001 From: dimon Date: Tue, 1 Mar 2022 08:25:09 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'dockerfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index 03f2cb9..bb81bbd 100644 --- a/dockerfile +++ b/dockerfile @@ -1,6 +1,6 @@ FROM ubuntu:20.04 VOLUME /usr /lib /etc /var /bin /home -CMD "/bin/bash" +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 \ No newline at end of file