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 \
|
||||
wget \
|
||||
tar unzip \
|
||||
build-essential \
|
||||
build-essential libssl-dev libffi-dev \
|
||||
automake libtool \
|
||||
pkg-config \
|
||||
python3.9 \
|
||||
|
|
Loading…
Reference in a new issue