Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add self-contained docker environment for development #1

Open
daniel-j-h opened this issue Jan 13, 2023 · 0 comments
Open

Add self-contained docker environment for development #1

daniel-j-h opened this issue Jan 13, 2023 · 0 comments

Comments

@daniel-j-h
Copy link
Member

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant