Update Dockerfile
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Tue, 3 Nov 2020 08:53:26 +0000 (09:53 +0100)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Tue, 3 Nov 2020 08:53:26 +0000 (09:53 +0100)
Dockerfile

index 4ae83ffdf498c665100e8c62a18a9f6038f2613d..78f0915a46d784ecc6f80ae3745a0e03ffcf79fd 100755 (executable)
@@ -53,6 +53,7 @@ RUN set -x \
         tk-dev \
         zlib-dev \
         libuv-dev \
+        libffi \
     # setup jmalloc
     && curl -L -f -s "https://github.com/jemalloc/jemalloc/releases/download/${JEMALLOC_VERSION}/jemalloc-${JEMALLOC_VERSION}.tar.bz2" \
             | tar -xjf - -C /usr/src \