Update 'dockerfile'
This commit is contained in:
parent
28840868f1
commit
457573e74f
18
dockerfile
18
dockerfile
@ -2,18 +2,6 @@ FROM ubuntu:22.04
|
|||||||
VOLUME /usr /lib /etc /var /bin /home /opt
|
VOLUME /usr /lib /etc /var /bin /home /opt
|
||||||
CMD /bin/bash
|
CMD /bin/bash
|
||||||
|
|
||||||
RUN apt update \
|
ADD https://git.dfosd.synology.me/docker/ubuntu-base/raw/branch/master/setup_programs.sh /setup_programs.sh
|
||||||
&& apt full-upgrade -y \
|
RUN chmod +x /setup_programs.sh
|
||||||
&& apt install -y \
|
RUN /setup_programs.sh
|
||||||
curl \
|
|
||||||
wget \
|
|
||||||
nano \
|
|
||||||
telnet \
|
|
||||||
iputils-ping \
|
|
||||||
net-tools
|
|
||||||
|
|
||||||
RUN export DEBIAN_FRONTEND=noninteractive \
|
|
||||||
&& apt update \
|
|
||||||
&& apt install -y tzdata \
|
|
||||||
&& ln -fs /usr/share/zoneinfo/Europe/Moscow /etc/localtime \
|
|
||||||
&& dpkg-reconfigure --frontend noninteractive tzdata
|
|
||||||
Loading…
x
Reference in New Issue
Block a user