Skip to content

Commit

Permalink
docker: Adds 3 more system dependencies (libpcre3 is required) [fix]
Browse files Browse the repository at this point in the history
  • Loading branch information
hoijui committed Dec 23, 2024
1 parent e52ac38 commit f4dadd6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ RUN \
apt-get update && \
apt-get install -y --no-install-recommends \
bc \
ca-certificates \
curl \
libpcre3-dev \
git \
jq \
mercurial \
Expand Down

0 comments on commit f4dadd6

Please sign in to comment.