From 8d78b3b7bbd6df38bb5ccd99ed3151028cf5816f Mon Sep 17 00:00:00 2001 From: Philipp Doerner Date: Sat, 28 Oct 2023 00:20:09 +0200 Subject: [PATCH] Attempt at getting pcre dependency inside there --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b0040bf..be820e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM bitnami/minideb -RUN apt-get update && apt-get install -y curl xz-utils gcc openssl ca-certificates git libpcre2-8-0 +RUN apt-get update && apt-get install -y curl xz-utils gcc openssl ca-certificates git libpcre3 WORKDIR /root/ RUN curl https://nim-lang.org/choosenim/init.sh -sSf | bash -s -- -y