From 23a616d6f0fd62a4237de44ba06d66575cde0e7f Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Fri, 2 Feb 2024 13:36:29 +0100 Subject: [PATCH] FIX: added build dependencies --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 8fabb06..bf35127 100644 --- a/Containerfile +++ b/Containerfile @@ -1,6 +1,6 @@ FROM alpine -RUN apk update && apk add --no-cache tini bash perl-app-cpanminus +RUN apk update && apk add --no-cache tini bash perl-app-cpanminus make gcc RUN cpanm install HiD RUN cpanm install HiD::Generator::BibtexPage