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

build: added python and xxd to Dockerfile

parent ba529163
Branches
Tags
No related merge requests found
...@@ -4,7 +4,7 @@ MAINTAINER Marek Vavrusa <marek.vavrusa@nic.cz> ...@@ -4,7 +4,7 @@ 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 liblua5.2-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 liblua5.2-0 lua5.2 ENV RUN_PKGS libgnutls-deb0-28 libjansson4 liblua5.2-0 lua5.2 python vim-common
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 lua ENV BUILD_IGNORE gmp nettle jansson gnutls lua
......
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