forked from LBRYCommunity/lbry-sdk
install wget in Dockerfile
This commit is contained in:
parent
a4113cbb52
commit
5c78d2b6d2
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ ARG projects_dir=/home/$user
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get -y --no-install-recommends install \
|
apt-get -y --no-install-recommends install \
|
||||||
|
wget \
|
||||||
build-essential \
|
build-essential \
|
||||||
python3 \
|
python3 \
|
||||||
python3-dev \
|
python3-dev \
|
||||||
|
|
Loading…
Reference in a new issue