Small change to codebox dockerfile
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Thu, 14 Nov 2019 20:54:32 +0000 (14:54 -0600)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Thu, 14 Nov 2019 20:54:32 +0000 (14:54 -0600)
docker/codebox/Dockerfile

index 2fc1d7cddb2c0d000490c4b60c51a158f9fab3ec..63069e23d3830ece3ef698afd7f9d7a4293986ec 100644 (file)
@@ -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 \