We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 119820c + ca77a82 commit f9253d3Copy full SHA for f9253d3
files/build_templates/sonic_debian_extension.j2
@@ -214,6 +214,9 @@ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y in
214
# Install prerequisites needed for using the Python m2crypto package, used by sonic-utilities
215
sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y install openssl
216
217
+# install libffi-dev to match utilities' dependency.
218
+sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y install libffi-dev
219
+
220
# Install SONiC Utilities Python package
221
SONIC_UTILITIES_PY3_WHEEL_NAME=$(basename {{sonic_utilities_py3_wheel_path}})
222
sudo cp {{sonic_utilities_py3_wheel_path}} $FILESYSTEM_ROOT/$SONIC_UTILITIES_PY3_WHEEL_NAME
0 commit comments