From e021bedee6a80ad68edcc1ddf1d258e3d0e53fae Mon Sep 17 00:00:00 2001 From: Pascal Euhus Date: Mon, 13 Jun 2022 21:11:50 +0200 Subject: [PATCH] Update README.md with hints running under Alpine --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 897bcc0..b83c5e1 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,12 @@ Since this module executes a script ensure your machine has the following softwa * curl * tar +### Running under Alpine ### +:info: +The Functionbeat installer is not compatible with Alpine, due to missing libc. To be able to use this module on Alpine, +eg. in a CI pipeline, you need to provide the missing dependencies. +You can install libc6-compat using ``apk add --no-cache libc6-compat``. + ## Simple example ## For detailed example please refer to this [blog post](https://medium.com/@pascal-euhus/terraform-functionbeat-e481554d729e)