mushorg / conpot

ICS/SCADA honeypot
GNU General Public License v2.0
1.23k stars 414 forks source link

Missing package preventing to build the docker image #418

Closed al14cioli closed 5 years ago

al14cioli commented 5 years ago

Hi,

I had to add reference to the missing depency package libffi-dev in Dockerfile before being able to build the docker image. If I don't do that, building fails.

[...]
# Install dependencies
RUN apk add --no-cache ipmitool tcpdump git python3-dev build-base wget py-cffi libxslt-dev openssl-dev libffi-dev
[...]

Regards, Alain

pietroferretti commented 5 years ago

Thanks, I had the same problem and that solved it.

10rule commented 5 years ago

Just ran into this problem. Adding libffi-dev fixed it. One love brother 🙏

xandfury commented 5 years ago

Thanks! Updated the repo with `libffi-dev' :slightly_smiling_face: