projects
/
codebox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83ed4c6
)
Small change to codebox dockerfile
author
Brendan Hansen
<brendan.f.hansen@gmail.com>
Thu, 14 Nov 2019 20:54:32 +0000
(14:54 -0600)
committer
Brendan Hansen
<brendan.f.hansen@gmail.com>
Thu, 14 Nov 2019 20:54:32 +0000
(14:54 -0600)
docker/codebox/Dockerfile
patch
|
blob
|
history
diff --git
a/docker/codebox/Dockerfile
b/docker/codebox/Dockerfile
index 2fc1d7cddb2c0d000490c4b60c51a158f9fab3ec..63069e23d3830ece3ef698afd7f9d7a4293986ec 100644
(file)
--- 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 \