diff --git a/web-stack/Dockerfile b/web-stack/Dockerfile index bcdc288..1c8d710 100644 --- a/web-stack/Dockerfile +++ b/web-stack/Dockerfile @@ -8,6 +8,7 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \ neovim \ tmux \ curl \ + wget \ unzip \ git \ python3 \