包含一个完全可操作的开发容器,其中包含所有必需的工具和库(FFmpeg、Go、Yarn 等)
Go to file
Cédric Verstraeten 55cc28a051
Update README.md
2023-03-07 20:19:10 +01:00
.github/workflows fix 2022-11-22 10:35:13 +01:00
Dockerfile upgrade to kerberos/base:dc12d68 2023-03-07 19:55:28 +01:00
README.md Update README.md 2023-03-07 20:19:10 +01:00

Kerberos Dev Container

This projects contains a devbox or devcontainer, what you would like to name it, that includes all the tools and libraries to work in the Kerberos Ecosystem.

What can you expect?

In this dev container you find following dependencies.

  • FFmpeg: n5.0.1
  • Golang: go1.19
  • NPM: 8.15.0
  • Node: 16.17.0
  • Python 3.9.2

How to build this project

It's easy just build the container, or make a change (PR) and GitHub actions will create a new release.

docker build -t kerberos/devcontainer .