[damned-lies/oscp] Install wget



commit 72c7b4bf8d0b18957192fd0c5e8244d0c80289af
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Mon Mar 23 16:51:31 2020 +0100

    Install wget

 uwsgi/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/uwsgi/Dockerfile b/uwsgi/Dockerfile
index 77db9a72..8b36f646 100644
--- a/uwsgi/Dockerfile
+++ b/uwsgi/Dockerfile
@@ -3,7 +3,7 @@ FROM centos:7
 RUN INSTALL_PKGS="atlas-devel gcc-gfortran libffi-devel libtool-ltdl enchant \
         gettext gnome-doc-utils intltool itstool libicu-devel mariadb-devel \
         subversion translate-toolkit yelp-tools gcc-c++ \
-        uwsgi uwsgi-plugin-python36 python36-devel" && \
+        uwsgi uwsgi-plugin-python36 python36-devel wget" && \
     yum install -y epel-release && \
     yum -y --setopt=tsflags=nodocs install $INSTALL_PKGS
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]