From 1e08b1678726059a7d20a40a2b719ab8d79415c0 Mon Sep 17 00:00:00 2001 From: James Bithell Date: Sat, 24 Mar 2018 21:04:21 +0000 Subject: [PATCH] Add more potential dependencies --- Dockerfile.template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile.template b/Dockerfile.template index e6242a6..05f6d96 100644 --- a/Dockerfile.template +++ b/Dockerfile.template @@ -13,6 +13,8 @@ FROM resin/%%RESIN_MACHINE_NAME%%-debian python3-tk \ python3-pip \ python3-cffi \ + libssl-dev \ + libffi-dev \ libfreetype6-dev \ rpl \ git \