8 lines
240 B
Docker
8 lines
240 B
Docker
|
FROM alpine:3.15
|
||
|
|
||
|
RUN apk add firefox xvfb scrot vips-tools xterm xdotool fluxbox xprop imagemagick bash tesseract-ocr
|
||
|
|
||
|
RUN apk add terminus-font ttf-inconsolata ttf-dejavu font-noto font-noto ttf-font-awesome font-noto-extra
|
||
|
|
||
|
WORKDIR /opt
|