Cédric Verstraeten e9ed75ccec Update Dockerfile
2025-01-09 08:35:03 +01:00
fix
2022-11-22 10:35:13 +01:00
2025-01-09 08:35:03 +01:00
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 .
Description
包含一个完全可操作的开发容器,其中包含所有必需的工具和库(FFmpeg、Go、Yarn 等)
Readme 63 KiB
Languages
Dockerfile 100%