π¦APT (Install Packages)
Last updated
Last updated
The APT (Advanced Package Tool) refers to the package installer used in Debian or Ubuntu based Linux distributions. On DisCloud, you can add some of these packages to your application's container if necessary.
Consult the required for your project and place it in APT=
If you need to use more than 1 package, separate with commas and spaces
, as in the example below
Note: The
...
only indicate continuation of other options before or after the APT line, which are not relevant and mentioned on this page.
Package Name | Description | Linux Dependencies |
---|---|---|
canvas
Dependencies required for the correct functioning of Canvas
puppeteer
Dependencies required for the correct functioning of Puppeteer
java
Install the OpenJDK Java runtime
ffmpeg
π΅ A complete solution to record, convert and stream audio and video. (required for music bots)
libgl
libGL implements the GLX interface as well as the main OpenGL API entrypoints.
tools
Useful and essential tools for most apps
openssl
A cryptographic library that implements the SSL and TLS protocols