mirror of
https://github.com/benbusby/whoogle-search
synced 2024-10-30 09:20:50 +00:00
Add wget to container build (#264)
This commit is contained in:
parent
6cb1b30240
commit
b6b175a2ee
@ -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…
Reference in New Issue
Block a user