Skip to content

Commit

Permalink
Merge pull request wzpan#257 from mpco/patch-1
Browse files Browse the repository at this point in the history
Fix error caused by the lack of libffi-dev
  • Loading branch information
wzpan committed May 7, 2023
2 parents 60b300d + 1fffd0b commit 6423dec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/DockerfileArm
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RUN apt-get update && apt-get install -y \
libpcre3 \
libpcre3-dev \
libatlas-base-dev \
libffi-dev \
build-essential \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 6423dec

Please sign in to comment.