mirror of
https://github.com/simon987/sist2.git
synced 2025-04-19 18:26:43 +00:00
Install libasan5 in Dockerfile
This commit is contained in:
parent
9499c6b189
commit
e2e07e80c7
@ -11,7 +11,7 @@ RUN ls -lh sist2-vue/dist/
|
|||||||
|
|
||||||
FROM ubuntu:20.10
|
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 && \
|
RUN mkdir -p /usr/share/tessdata && \
|
||||||
cd /usr/share/tessdata/ && \
|
cd /usr/share/tessdata/ && \
|
||||||
|
@ -9,7 +9,7 @@ RUN strip sist2
|
|||||||
|
|
||||||
FROM ubuntu:20.10
|
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 && \
|
RUN mkdir -p /usr/share/tessdata && \
|
||||||
cd /usr/share/tessdata/ && \
|
cd /usr/share/tessdata/ && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user