Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnynunez authored Sep 2, 2024
1 parent 7eb9150 commit 1e8ef80
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1e8ef80

Please sign in to comment.