Provides a Dockerfile
which creates a C++ build environment for Linux,
which is pushed after a successful build automatically to
https://hub.docker.com/r/casmlang/container.linux.
The docker container provides a C++ development environment with the following tools:
sh
, bash
, make
, cmake
, flex
, bison
, gcc
, clang
, and emcc
.
The copyright holder of
casm-lang.container.linux
is the CASM organization (@casm-lang)
and the used license of
casm-lang.container.linux
is the GNU GPLv3.