From 1b6b11ba7e27d0cc87cd1f7f63aebee645800bf0 Mon Sep 17 00:00:00 2001 From: clfreville2 Date: Thu, 2 Feb 2023 18:37:13 +0100 Subject: [PATCH] Add wget to the image [CI SKIP] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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