Skip to content

Commit

Permalink
Attempt at getting pcre dependency inside there
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippMDoerner committed Oct 27, 2023
1 parent b761018 commit 8d78b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8d78b3b

Please sign in to comment.