Skip to content
Snippets Groups Projects
Commit eed7f492 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

Merge !319: Dockerfile: add missing curl dependency

parents 5b1678f1 324dc9f5
Branches
Tags
1 merge request!319Dockerfile: add missing curl dependency
Pipeline #6777 canceled with stages
in 1 hour, 11 minutes, and 52 seconds
......@@ -2,7 +2,7 @@ FROM alpine:edge
MAINTAINER Marek Vavrusa <marek.vavrusa@nic.cz>
# Environment
ENV BUILD_PKGS build-base automake autoconf libtool pkgconfig git luajit-dev libuv-dev gnutls-dev jansson-dev userspace-rcu-dev
ENV BUILD_PKGS build-base automake autoconf libtool pkgconfig git luajit-dev libuv-dev gnutls-dev jansson-dev userspace-rcu-dev curl
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
......
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