mirror of
https://github.com/simon987/sist2.git
synced 2025-12-11 14:38:54 +00:00
Install libasan5 in Dockerfile
This commit is contained in:
@@ -11,7 +11,7 @@ RUN ls -lh sist2-vue/dist/
|
||||
|
||||
FROM ubuntu:20.10
|
||||
|
||||
RUN apt update && apt install -y curl
|
||||
RUN apt update && apt install -y curl libasan5
|
||||
|
||||
RUN mkdir -p /usr/share/tessdata && \
|
||||
cd /usr/share/tessdata/ && \
|
||||
|
||||
Reference in New Issue
Block a user