add curl to build packages
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Sun, 9 Jul 2023 13:51:50 +0000 (15:51 +0200)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Sun, 9 Jul 2023 13:51:50 +0000 (15:51 +0200)
Dockerfile

index 10fb3f13f8edff3d1a754a563d4801be0063c67a..b9f72c2c22c6d519f0369194e8e31a51d20d7095 100644 (file)
@@ -18,7 +18,8 @@ RUN set -x \
         build-essential \
         libffi-dev \
         cargo \
-        git
+        git \
+        curl
 
 # build jemalloc
 ARG JEMALLOC_VERSION=5.3.0