diff --git a/Dockerfile b/Dockerfile index 06b8359..0426440 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM debian:bookworm LABEL author="Thomas Bellembois" -RUN apt update && apt -y install sshpass rsync doxygen nodejs npm +RUN apt update && apt -y install sshpass rsync doxygen=1.9.1 nodejs npm xdot xdotool WORKDIR /usr/local RUN npm install docusaurus