NICMx / FORT-validator

RPKI cache validator
MIT License
47 stars 23 forks source link

Can't build docker image using alpine:latest #87

Closed wibisono closed 1 year ago

wibisono commented 1 year ago

I can't build the Fort docker image using latests alpine:latest (3.17). It was fine when alpine base is set to 3.16.

Here is the error I got when using alpine:latest:

 ---> Running in e0a3a34a8c57
fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz
ERROR: unable to select packages:
  libexecinfo-dev (no such package):
    required by: world[libexecinfo-dev]
ydahhrk commented 1 year ago

libexecinfo-dev is not a mandatory dependency anymore. New Alpine dependencies:

apk add build-base autoconf automake pkgconfig openssl-dev jansson-dev curl-dev libxml2-dev bsd-compat-headers rsync