Skip to content

Instantly share code, notes, and snippets.

@biancarosa
Created August 23, 2018 15:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save biancarosa/7c90f48e074a8a6da31899a682570d4a to your computer and use it in GitHub Desktop.
Save biancarosa/7c90f48e074a8a6da31899a682570d4a to your computer and use it in GitHub Desktop.
Install Kong with LuaRocks
FROM ubuntu:18.04
RUN apt-get update
RUN apt-get install -y luarocks libssl-dev
ADD . /app
WORKDIR /app
RUN luarocks install kong 0.13.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment