Skip to content

Commit

Permalink
Merge #3463 Install libffi-dev to fix xKAN-meta_testing Docker image …
Browse files Browse the repository at this point in the history
…build
  • Loading branch information
DasSkelett committed Oct 16, 2021
2 parents d398f2e + c80f4f4 commit e406ad8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -31,6 +31,7 @@ All notable changes to this project will be documented in this file.
- [Spec] YAMLize netkan spec (#3438 by: HebaruSan; reviewed: DasSkelett)
- [Netkan] Append resource links to staging PRs (#3454 by: HebaruSan; reviewed: techman83)
- [Infra] Remove expired Let's Encrypt root certificate from Mono containers (#3457 by: DasSkelett; reviewed: HebaruSan)
- [Infra] Install libffi-dev to fix xKAN-meta_testing Docker image build (#3463 by: DasSkelett; reviewed: HebaruSan)

## v1.30.4 (Hubble)

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.metadata
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 e406ad8

Please sign in to comment.