Add wget to container build (#264)

This commit is contained in:
Suika 2021-04-05 16:03:17 +00:00 committed by GitHub
parent 6cb1b30240
commit b6b175a2ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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