Add libcurl.so.4

This is a dependancy for bedrock Ref: #145
This commit is contained in:
Zedifus 2022-08-22 22:05:48 +01:00
parent f3590ded0f
commit fc0d2891dc

View File

@ -15,6 +15,7 @@ RUN apt-get update \
&& apt-get -y --no-install-recommends install \
sudo \
gcc \
libcurl4 \
python3 \
python3-dev \
python3-pip \