5 lines
105 B
Docker
5 lines
105 B
Docker
FROM debian:stretch-slim
|
|
|
|
RUN apt-get update \
|
|
&& apt-get install -y \
|
|
&& hunspell hunspell-tools |