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

https://github.com/juwit/course-builder

A simple Dockerfile to build courses content
https://github.com/juwit/course-builder

Last synced: 5 months ago
JSON representation

A simple Dockerfile to build courses content

Awesome Lists containing this project

README

          

# Course-builder

This repository contains a simple `Dockerfile`, providing an image containing the following :

* an alpine base image
* `curl` / `bash` to run basic scripting
* `task` to run build scripts
* `asciidoctor` to build documentation files
* `decktape` to build pdf from reveal-js slides (depends on `nodejs`)