Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dup4/morden-cpp-dev
- Owner: Dup4
- Created: 2022-01-10T16:11:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-10T03:47:40.000Z (about 1 year ago)
- Last Synced: 2024-05-02T05:50:17.623Z (6 months ago)
- Language: Shell
- Homepage:
- Size: 212 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```