mirror of
https://github.com/simon987/sist2.git
synced 2025-04-21 03:06:47 +00:00
9 lines
202 B
Docker
9 lines
202 B
Docker
FROM ubuntu:19.10
|
|
MAINTAINER simon987 <me@simon987.net>
|
|
|
|
RUN apt update
|
|
RUN apt install -y libglib2.0-0 libcurl4 libmagic1 libharfbuzz-bin libopenjp2-7
|
|
|
|
ADD sist2 /root/sist2
|
|
|
|
ENTRYPOINT ["/root/sist2"] |