File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,13 @@ RUN echo "deb http://deb.debian.org/debian/ bookworm main contrib" > /etc/apt/so
4343 rm -rf /var/lib/apt/lists/*
4444ENV LD_LIBRARY_PATH="/magic/sqlite-plugins:${LD_LIBRARY_PATH}"
4545
46+ RUN apt-get update && apt-get install -y --no-install-recommends libsqlite3-0 \
47+ ttf-mscorefonts-installer fontconfig libgomp1 libatlas-base-dev liblapack-dev && \
48+ ln -s /usr/lib/x86_64-linux-gnu/libsqlite3.so.0 /usr/lib/x86_64-linux-gnu/libsqlite3.so && \
49+ fc-cache -f -v && \
50+ rm -rf /var/lib/apt/lists/*
51+
52+
4653# TODO: Commented out!
4754# This doesn't work. I suspect the reason is that it's dynamically loading the SQLite DLL or something ...?
4855# Making sure we run in the context of a custom user with restricted access to core operating system
You can’t perform that action at this time.
0 commit comments