Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions doc/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Docker is well known among software developers. Even if you are not familiar wit

## Build openfang using pre-built docker image (recommended)

! Some users have problems compiling Openfang with GCC 2.28 and M4 (Ubuntu 18 or later ). We recomend Ubuntu 16.04.6 LTS to deploy Openfang docker. Make sure that you have the following packages in the system:

```
sudo apt install gcc g++ python make m4 zip unzip lzop
```

The next set of commands will retrieve the image from dockerhub and compile it. To do so, use the following commands:

```
Expand Down