APT
Advanced Package Tool.
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 needed.
❓️ How to use it?
Check the required package for your project and add it to the APT
option in the discloud.config
file.
APT=tools, ffmpeg
# ...
tools
Useful and essential tools for most apps.
canvas
Dependencies required for the proper functioning of Canvas.
tesseract
Tesseract OCR is an open-source optical character recognition engine used for extracting text from images. It supports multiple languages and can be trained for custom recognition.
puppeteer
Dependencies required for the proper functioning of Puppeteer.
selenium
Browser automation framework.
java
Installs the OpenJDK Java runtime.
ffmpeg
A complete solution for recording, converting, and streaming audio and video (required for music bots).
libgl
AlibGL implements the GLX interface, as well as the main entry points of the OpenGL API.
openssl
A cryptographic library that implements the SSL and TLS protocols.
mysql
Database client utilities.
unixodbc
Database connectivity standard.
Last updated