Skip to content

Commit

Permalink
add libluajit-5.1-dev to builder (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani committed Mar 4, 2021
1 parent 4fc1177 commit 65ad638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_binary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [ "$CONT" = "y" ]; then
docker run --rm \
-v $PWD:/app \
golang:1.13 \
bash -c "apt update && apt install -y libpcap-dev && cd /app && make all"
bash -c "apt update && apt install -y libpcap-dev libluajit-5.1-dev && cd /app && make all"
else
echo "Exiting..."
fi

0 comments on commit 65ad638

Please sign in to comment.