diff --git a/Dockerfile b/Dockerfile index b9927a1..d1e5d42 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,4 @@ FROM debian:stretch-slim RUN apt-get update \ - && apt-get install -y \ - && hunspell hunspell-tools \ No newline at end of file + && apt-get install -y hunspell hunspell-tools \ No newline at end of file