diff --git a/Dockerfile b/Dockerfile index 57a714f1..6e1bc36c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -58,7 +58,8 @@ RUN npm -g --no-cache install \ prettier \ eslint-config-prettier \ @typescript-eslint/eslint-plugin \ - @typescript-eslint/parser + @typescript-eslint/parser \ + eslint-plugin-jest #################################### # Install dockerfilelint from repo #