Fatih Degirmenci | 2d55320 | 2020-01-06 23:40:44 +0000 | [diff] [blame] | 1 | #------------------------------------------------------------------------------- |
Fatih Degirmenci | 3850366 | 2020-10-05 09:42:33 +0000 | [diff] [blame] | 2 | # This file contains operating system package requirements for Engine core. |
| 3 | # Do not modify this file unless you know what you are doing. |
| 4 | # Modifying this file may result in unexpected behavior. |
Fatih Degirmenci | 2d55320 | 2020-01-06 23:40:44 +0000 | [diff] [blame] | 5 | #------------------------------------------------------------------------------- |
| 6 | |
Fatih Degirmenci | 3850366 | 2020-10-05 09:42:33 +0000 | [diff] [blame] | 7 | # NOTE (fdegir): engine core operating system package requirements |
| 8 | # Please note that these are the most basic requirements to install in order |
| 9 | # for engine to start. Additional requirements must be maintained in stack |
| 10 | # repositories. |
Fatih Degirmenci | 2d55320 | 2020-01-06 23:40:44 +0000 | [diff] [blame] | 11 | curl [platform:dpkg] |
| 12 | gcc [platform:dpkg] |
| 13 | git [platform:dpkg] |
| 14 | libffi-dev [platform:dpkg] |
| 15 | libpython3-dev [platform:dpkg] |
| 16 | libssl-dev [platform:dpkg] |
| 17 | lsb-release [platform:dpkg] |
| 18 | make [platform:dpkg] |
| 19 | net-tools [platform:dpkg] |
| 20 | python3-minimal [platform:dpkg] |
| 21 | python3-pip [platform:dpkg] |
| 22 | python3-yaml [platform:dpkg] |
Fatih Degirmenci | 2d55320 | 2020-01-06 23:40:44 +0000 | [diff] [blame] | 23 | virtualenv [platform:dpkg] |
| 24 | wget [platform:dpkg] |
| 25 | |
Fatih Degirmenci | 3850366 | 2020-10-05 09:42:33 +0000 | [diff] [blame] | 26 | # vim: set ts=2 sw=2 expandtab: |