Skip to content

Commit e021bed

Browse files
committed
Update README.md with hints running under Alpine
1 parent 2924983 commit e021bed

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ Since this module executes a script ensure your machine has the following softwa
99
* curl
1010
* tar
1111

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+
1218
## Simple example ##
1319

1420
For detailed example please refer to this [blog post](https://medium.com/@pascal-euhus/terraform-functionbeat-e481554d729e)

0 commit comments

Comments
 (0)