libffi-dev in Dockerfile
This commit is contained in:
committed by
GitHub
parent
850e408360
commit
1184d37d64
@@ -16,7 +16,7 @@ FROM python:alpine AS base
|
|||||||
RUN apk update
|
RUN apk update
|
||||||
RUN apk add g++ git pcre2-dev libnetfilter_queue-dev libpcap-dev\
|
RUN apk add g++ git pcre2-dev libnetfilter_queue-dev libpcap-dev\
|
||||||
libcrypto1.1 libnfnetlink-dev libmnl-dev make cmake nftables\
|
libcrypto1.1 libnfnetlink-dev libmnl-dev make cmake nftables\
|
||||||
boost-dev libcap autoconf automake bash rust cargo openssl-dev
|
boost-dev libcap autoconf automake bash rust cargo openssl-dev libffi-dev
|
||||||
|
|
||||||
WORKDIR /tmp/
|
WORKDIR /tmp/
|
||||||
RUN git clone --single-branch --branch release https://github.com/jpcre2/jpcre2
|
RUN git clone --single-branch --branch release https://github.com/jpcre2/jpcre2
|
||||||
|
|||||||
Reference in New Issue
Block a user