We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92edd77 commit 69b22a4Copy full SHA for 69b22a4
docker/dockerfile-languagetool
@@ -1,7 +1,6 @@
1
FROM python:3.12.2-slim-bullseye
2
3
-RUN apt-get update && apt-get install libhunspell-dev zip -y
4
-RUN apt-get install openjdk-17-jdk wget -y
+RUN apt-get update && apt-get install libhunspell-dev zip openjdk-17-jre-headless wget -y
5
6
EXPOSE 7001
7
0 commit comments