Skip to content

Add self-contained docker environment for development #1

@daniel-j-h

Description

@daniel-j-h

We should have docker files for the python development environment with poetry etc. and a second one with the latest protobuf compiler.

Helpful snippets

apt-get update && apt-get install -y --no-install-recommends curl ca-certificates
curl -sSfL --proto =https --tlsv1.3 https://install.python-poetry.org | python -
apt-get update && apt-get install -y --no-install-recommends curl ca-certificates unzip
curl -sSfLO --proto =https --tlsv1.3 https://github.com/protocolbuffers/protobuf/releases/download/v21.12/protoc-21.12-linux-x86_64.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    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