/dockerfiles

Demo environments for lal

Primary LanguageMakefile

lal demo environments

These are available in public.

Requirements

  • usermod and groupmod inside the container
  • lal user inside the container
  • whatever you need to build your applications and libraries

A miniature musl C toolchain with almost no dependencies. CC=musl-gcc at 6.3.0.

An ubuntu toolchain for C++ with a few common dependencies. CC=gcc-5.

A musl cross compilation environment for latest stable rust. It uses a modified version clux/muslrust with a lal user.

This allows you to lal build lal