Skip to content
Snippets Groups Projects
Commit eb83312b authored by Marek Vavruša's avatar Marek Vavruša
Browse files

build: added Lua to Dockerfile

parent 4f2e5bb1
No related merge requests found
...@@ -3,11 +3,11 @@ MAINTAINER Marek Vavrusa <marek.vavrusa@nic.cz> ...@@ -3,11 +3,11 @@ MAINTAINER Marek Vavrusa <marek.vavrusa@nic.cz>
# Environment # Environment
ENV THREADS 4 ENV THREADS 4
ENV BUILD_PKGS git-core make gcc libtool autoconf pkg-config cmake libgnutls28-dev libjansson-dev ENV BUILD_PKGS git-core make gcc libtool autoconf pkg-config cmake libgnutls28-dev libjansson-dev liblua5.2-dev
ENV RUN_PKGS libgnutls-deb0-28 libjansson4 ENV RUN_PKGS libgnutls-deb0-28 libjansson4 liblua5.2-0 lua5.2
ENV PREFIX /usr/local ENV PREFIX /usr/local
ENV BUILD_DIR /tmp/build ENV BUILD_DIR /tmp/build
ENV BUILD_IGNORE gmp nettle jansson gnutls ENV BUILD_IGNORE gmp nettle jansson gnutls lua
# Expose port # Expose port
EXPOSE 53 EXPOSE 53
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment