pin python3.7

This commit is contained in:
Victor Shyba 2021-02-13 02:14:52 -03:00
parent 67817005b5
commit d9c746891d

View file

@ -1,4 +1,4 @@
FROM ubuntu:20.04
FROM debian:10-slim
ARG user=lbry
ARG db_dir=/database
@ -15,7 +15,7 @@ RUN apt-get update && \
build-essential \
pkg-config \
libleveldb-dev \
python3 \
python3.7 \
python3-dev \
python3-pip \
python3-wheel \