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