diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 93b524057..71430fa9b 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -2,7 +2,7 @@ FROM dokku/dokku:latest RUN apt-get update RUN apt-get install --no-install-recommends -y build-essential file nano && \ - apt-get install --no-install-recommends -y help2man shellcheck uuid-runtime xmlstarlet && \ + apt-get install --no-install-recommends -y help2man shellcheck uuid-runtime wget xmlstarlet && \ apt-get clean autoclean && \ apt-get autoremove --yes && \ rm -rf /var/lib/apt/lists/*