mirror of
https://github.com/sist2app/sist2.git
synced 2026-01-24 03:11:13 +00:00
Install libasan5 in Dockerfile
This commit is contained in:
@@ -9,7 +9,7 @@ RUN strip sist2
|
||||
|
||||
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