Skip to content

Notes for people to build this under alpine linux /docker #4

@rfdrake

Description

@rfdrake

This is what I needed for my dockerfile to make this work.

FROM alpine:latest AS builder
WORKDIR /
RUN apk add build-base git automake autoconf libtool m4
RUN git clone https://github.com/netdata/libjudy
RUN mkdir -p /libjudy/doc/man/man3
RUN cd /libjudy && sed -i 's/automake-1.9/automake/' bootstrap && ./bootstrap && ./configure && make install

The man3 directory is a makefile oversight but I have no idea how to correctly fix it. The sed automake hack seems to work for now, but might break in the future. There are some warnings about old names being used in configure.ac.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions