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