wekan-doc

Build Debian OFT package with Docker

!!! warning OFT Packages = Only For Testing Packages : This packages are not suitable for production.

!!! info You can then build yourself the debian package for the following operating systems:

* [Debian Wheezy 7 64 bit](https://www.debian.org/)
* [Devuan Jessie 1 64 bit](https://devuan.org/)
* [Devuan Ascii 2 64 bit](https://devuan.org/)

!!! Notes AppImage:

* First we make an AppImage package, it reduces the size occupied on the disk once installed and considerably increases the installation speed of the debian package.
* This also allows the nodejs runtime to be embedded in a confined way.

So, in the Docker command:

* `--device /dev/fuse` in order to use AppImage inside docker
* `--privileged` in order to allow fuse inside docker

1. Prerequisites

2. Build with Docker

3. Release number configuration