Closed
Description
Describe the bug
When I wanted to try out the docker dev environment, I always got this error:
../libev/ev.c:1620:73: fatal error: linux/aio_abi.h: No such file or directory # include <linux/aio_abi.h> /* probably only needed for aio_context_t */
Even though linux-headers
are installed in the Dockerfile, I still had to execute apk add linux-headers
inside my container, in-order to be able to execute devto-setup
To Reproduce
./docker-run.sh DEV
on a mac host- call `devto-setup``
- get the error above
Expected behavior
Screenshots
Desktop (please complete the following information):
- OS: Mac
- Browser:
- Version:
Smartphone (please complete the following information):
- Device:
- OS:
- Browser:
- Version:
Additional context