diff --git a/Dockerfile b/Dockerfile index 781dfb7..f941411 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM debian:bookworm LABEL author="Maxime Batista" -RUN apt update && apt -y install sshpass rsync doxygen nodejs npm xdot xdotool +RUN apt update && apt -y install sshpass rsync doxygen nodejs npm xdot xdotool wget WORKDIR /usr/local RUN npm install docusaurus