Skip to content

Commit

Permalink
Install libffi-dev to fix xKAN-meta_testing Docker image build
Browse files Browse the repository at this point in the history
  • Loading branch information
DasSkelett committed Oct 16, 2021
1 parent d398f2e commit c80f4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM mono:latest
RUN /bin/sed -i 's/^mozilla\/DST_Root_CA_X3.crt$/!mozilla\/DST_Root_CA_X3.crt/' /etc/ca-certificates.conf && \
/usr/sbin/update-ca-certificates
RUN apt-get update && \
apt-get install -y --no-install-recommends python3 python3-pip python3-setuptools git build-essential python3-dev && \
apt-get install -y --no-install-recommends python3 python3-pip python3-setuptools git build-essential python3-dev libffi-dev && \
apt-get clean
RUN pip3 install 'git+https://github.com/KSP-CKAN/NetKAN-Infra#subdirectory=netkan'
RUN pip3 install 'git+https://github.com/KSP-CKAN/xKAN-meta_testing'
Expand Down

0 comments on commit c80f4f4

Please sign in to comment.