Add wget to Dockerfile dependencies for enhanced functionality

This commit is contained in:
2026-03-20 13:48:28 -04:00
parent fa2029b1cb
commit a36d84048d
+1
View File
@@ -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