forked from LBRYCommunity/lbry-sdk
pin python3.7
This commit is contained in:
parent
67817005b5
commit
d9c746891d
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM ubuntu:20.04
|
FROM debian:10-slim
|
||||||
|
|
||||||
ARG user=lbry
|
ARG user=lbry
|
||||||
ARG db_dir=/database
|
ARG db_dir=/database
|
||||||
|
@ -15,7 +15,7 @@ RUN apt-get update && \
|
||||||
build-essential \
|
build-essential \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
libleveldb-dev \
|
libleveldb-dev \
|
||||||
python3 \
|
python3.7 \
|
||||||
python3-dev \
|
python3-dev \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
python3-wheel \
|
python3-wheel \
|
||||||
|
|
Loading…
Reference in a new issue