πŸ“¦APT (Install Packages)

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.

βš™οΈ How to Use

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

...
APT=tools, ffmpeg
...

Note: The ... only indicate continuation of other options before or after the APT line, which are not relevant and mentioned on this page.

Available packages

Package NameDescriptionLinux Dependencies

canvas

Dependencies required for the correct functioning of Canvas

libcairo2libpango1.0-0libjpeg-devlibgif-devlibrsvg2-devlibgdm-dev

puppeteer

Dependencies required for the correct functioning of Puppeteer

libglib2.0-0libnss3libatk1.0-0libatk-bridge2.0-0libcups2libdrm2libxcomposite1libxdamage1libxfixes3libxrandr2libgbm1libxkbcommon0libpango1.0-0libcairo2libasound2libgtk-3-0libxshmfence-devlibdrm-devlibgbm-devlibx11-xcb-dev

java

Install the OpenJDK Java runtime

default-jre

ffmpeg

🎡 A complete solution to record, convert and stream audio and video. (required for music bots)

ffmpeg

libgl

libGL implements the GLX interface as well as the main OpenGL API entrypoints.

libsm6libxext6

tools

Useful and essential tools for most apps

curlgitwgetmakecmake

openssl

A cryptographic library that implements the SSL and TLS protocols

pkg-configlibssl-dev

Last updated