Add wget to container build (#264)

pull/269/head
Suika 3 years ago committed by GitHub
parent 6cb1b30240
commit b6b175a2ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save