diff --git a/Dockerfile b/Dockerfile index f4ddebf..1d2d5ff 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=1.9.1-1 nodejs npm xdot xdotool +RUN apt update && apt -y install sshpass rsync doxygen nodejs npm xdot xdotool WORKDIR /usr/local RUN npm install docusaurus