Skip to content

Commit 9e2b064

Browse files
committed
Update docker.backend
1 parent 38f0f50 commit 9e2b064

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docker.backend

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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/*
4444
ENV 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

0 commit comments

Comments
 (0)