Commit ebcb4381 authored by Marvin's avatar Marvin Committed by GitHub

Update Dockerfile

parent 9c0447cd
...@@ -44,6 +44,7 @@ RUN export samba_version=4.6.2 \ ...@@ -44,6 +44,7 @@ RUN export samba_version=4.6.2 \
zlib1g-dev \ zlib1g-dev \
\ \
&& apt-get -q -y clean \ && apt-get -q -y clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \
\ \
&& wget https://download.samba.org/pub/samba/stable/samba-${samba_version}.tar.gz \ && wget https://download.samba.org/pub/samba/stable/samba-${samba_version}.tar.gz \
&& tar xvf samba-${samba_version}.tar.gz \ && tar xvf samba-${samba_version}.tar.gz \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment