We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2924983 commit e021bedCopy full SHA for e021bed
README.md
@@ -9,6 +9,12 @@ Since this module executes a script ensure your machine has the following softwa
9
* curl
10
* tar
11
12
+### Running under Alpine ###
13
+:info:
14
+The Functionbeat installer is not compatible with Alpine, due to missing libc. To be able to use this module on Alpine,
15
+eg. in a CI pipeline, you need to provide the missing dependencies.
16
+You can install libc6-compat using ``apk add --no-cache libc6-compat``.
17
+
18
## Simple example ##
19
20
For detailed example please refer to this [blog post](https://medium.com/@pascal-euhus/terraform-functionbeat-e481554d729e)
0 commit comments