We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40a70fe commit a914c61Copy full SHA for a914c61
Dockerfile
@@ -14,6 +14,7 @@ RUN apt-get update -qq && \
14
libreoffice libsqlite3-dev libssl-dev libxml++2.6-dev \
15
libxslt1-dev libyaml-dev locales nginx nodejs openjdk-21-jre openjdk-21-jdk-headless \
16
python3.13-dev python3-setuptools python3-pip python3.13-venv \
17
+ clang llvm-dev libclang-dev rustc cargo \
18
poppler-utils postgresql-client shared-mime-info sqlite3 links telnet vim-tiny zip && \
19
apt-get clean && \
20
rm -rf /var/lib/apt/lists/* && \
0 commit comments