From 3f9fbf36bf379ae40d93427b0782e6a7568a0658 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Wed, 9 Aug 2017 17:19:29 +0200 Subject: [PATCH] Dockerfile: try fixing the build The bad xxd didn't happen to me locally :-/ --- scripts/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Dockerfile b/scripts/Dockerfile index a3731f255..f95150578 100644 --- a/scripts/Dockerfile +++ b/scripts/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:edge MAINTAINER Marek Vavrusa # Environment -ENV BUILD_PKGS build-base automake autoconf libtool pkgconfig git luajit-dev libuv-dev gnutls-dev jansson-dev userspace-rcu-dev curl +ENV BUILD_PKGS build-base automake autoconf libtool pkgconfig git luajit-dev libuv-dev gnutls-dev jansson-dev userspace-rcu-dev curl vim ENV RUN_PKGS luajit libuv gnutls jansson bash ENV BUILD_IGNORE gmp nettle jansson gnutls lua libuv cmocka ENV PKG_CONFIG_PATH /usr/local/lib/pkgconfig -- 2.47.2