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