install wget in Dockerfile

This commit is contained in:
Lex Berezhny 2019-12-11 13:08:02 -05:00
parent a4113cbb52
commit 5c78d2b6d2

View file

@ -6,6 +6,7 @@ ARG projects_dir=/home/$user
RUN apt-get update && \
apt-get -y --no-install-recommends install \
wget \
build-essential \
python3 \
python3-dev \