Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dup4/morden-cpp-dev

Docker image for morden C++ development
https://github.com/dup4/morden-cpp-dev

Last synced: 15 days ago
JSON representation

Docker image for morden C++ development

Awesome Lists containing this project

README

        

# Morden C++ Dev

[![Shellcheck](https://github.com/Dup4/morden-cpp-dev/actions/workflows/shellcheck.yml/badge.svg)](https://github.com/Dup4/morden-cpp-dev/actions/workflows/shellcheck.yml)
[![Build Docker Image](https://github.com/Dup4/morden-cpp-dev/actions/workflows/build_docker_image.yml/badge.svg)](https://github.com/Dup4/morden-cpp-dev/actions/workflows/build_docker_image.yml)

Morden C++ development environment

It's based on Debian and contains softwares below:

- GCC(from [PPA](https://launchpad.net/~ubuntu-toolchain-r/+archive/ubuntu/test))
- Clang(from [LLVM](https://apt.llvm.org/))
- CMake(from [Kitware](https://apt.kitware.com/))

## Build

```bash
docker build -t morden-cpp-dev:latest -f Dockerfile ./{debian_version}
```

## Start

```bash
docker run \
-it \
--rm \
morden-cpp-dev:ubuntu22.04
```