fix dockerfile
This commit is contained in:
parent
b90aa68103
commit
8e01f415d0
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ RUN apt-get update && \
|
||||||
apt-get -y --no-install-recommends install \
|
apt-get -y --no-install-recommends install \
|
||||||
wget \
|
wget \
|
||||||
tar unzip \
|
tar unzip \
|
||||||
build-essential \
|
build-essential libssl-dev libffi-dev \
|
||||||
automake libtool \
|
automake libtool \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
python3.9 \
|
python3.9 \
|
||||||
|
|
Loading…
Reference in a new issue