Skip to content

Change Dockerfile base image #420

@lemonsaurus

Description

@lemonsaurus

We're currently using alpine for the bot Dockerfile, and it sucks. It's super slow to install the pipenv dependencies, apparently because alpine has a weird C compiler which makes it compile every pip library from scratch instead of using the wheels.

Let's change it to something like minideb or even ubuntu. They're still pretty lean images, but they don't have this problem so build times should be reduced significantly just by using a different image.

Metadata

Metadata

Assignees

No one assigned

    Labels

    a: CIRelated to continuous intergration and deployment

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions