Add wget to Dockerfile dependencies for enhanced functionality
This commit is contained in:
@@ -45,6 +45,7 @@ RUN set -xe \
|
|||||||
sudo \
|
sudo \
|
||||||
iproute2 \
|
iproute2 \
|
||||||
vim \
|
vim \
|
||||||
|
wget \
|
||||||
libgfortran5 \
|
libgfortran5 \
|
||||||
&& apt-get autoclean -y \
|
&& apt-get autoclean -y \
|
||||||
&& apt-get autoremove -y
|
&& apt-get autoremove -y
|
||||||
|
|||||||
Reference in New Issue
Block a user