diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 937cedb9f..1aebd39f8 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -68,6 +68,10 @@ RUN wget -qO- "https://cmake.org/files/v3.19/cmake-3.19.2-Linux-x86_64.tar.gz" \ apt-get -y clean && \ rm -rf /var/lib/apt/lists/* +RUN wget https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-x86_64.AppImage \ + && chmod +x appimagetool-x86_64.AppImage \ + && mv appimagetool-x86_64.AppImage /usr/local/bin/appimagetool + # Generating a universally unique ID for the Container RUN dbus-uuidgen > /etc/machine-id