fix dockerfile

This commit is contained in:
Jack Robison 2022-03-31 11:26:43 -04:00
parent b90aa68103
commit 8e01f415d0
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -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 \