From 3b70951bf516abb407d1f6df4b8a9ce1d0ff4a85 Mon Sep 17 00:00:00 2001 From: Brendan Hansen Date: Thu, 14 Nov 2019 14:54:32 -0600 Subject: [PATCH] Small change to codebox dockerfile --- docker/codebox/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/codebox/Dockerfile b/docker/codebox/Dockerfile index 2fc1d7c..63069e2 100644 --- a/docker/codebox/Dockerfile +++ b/docker/codebox/Dockerfile @@ -1,8 +1,8 @@ FROM openresty/openresty:xenial RUN apt-get update \ - && apt-get -y install openssl libssl-dev git \ - && luarocks install lapis \ + && apt-get -y install openssl libssl-dev git libc6 libc6-dev +RUN luarocks install lapis \ && luarocks install lapis-console \ && luarocks install moonscript \ # && luarocks install openssl \ -- 2.25.1