From b6b175a2ee8d638c125e9c8d150dcc07b8a9fa73 Mon Sep 17 00:00:00 2001 From: Suika <2320837+Suika@users.noreply.github.com> Date: Mon, 5 Apr 2021 16:03:17 +0000 Subject: [PATCH] Add wget to container build (#264) --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 3e3854c..f2aa2a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,7 @@ FROM python:3.8-slim RUN apt-get update && apt-get install -y \ libcurl4-openssl-dev \ tor \ + wget \ && rm -rf /var/lib/apt/lists/* ARG config_dir=/config