Skip to content

Docker gem install issues on a mac host #4179

Closed
@negue

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

  1. ./docker-run.sh DEV on a mac host
  2. call `devto-setup``
  3. 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

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions