From 7275cdf2809643b3a6a2312c486250c05105936a Mon Sep 17 00:00:00 2001 From: Faerbit Date: Thu, 15 Jan 2015 17:34:41 +0100 Subject: [PATCH] Adding libreadline for lua to ubuntu docker image. --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 4459f02..02c2a42 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,3 +10,4 @@ run apt-get install -y ninja-build run apt-get install -y xorg-dev run apt-get install -y freeglut3-dev run apt-get install -y zip +run apt-get install -y libreadline6-dev