We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8edc693 + c2d198d commit d2b8e37Copy full SHA for d2b8e37
Dockerfile
@@ -26,7 +26,7 @@ RUN \
26
cd /tmp && \
27
curl -o \
28
/tmp/altus.app -L \
29
- "https://github.com/amanharwara/altus/releases/download/${ALTUS_VERSION}/Altus-${ALTUS_VERSION}-x86_64.AppImage" && \
+ "https://github.com/amanharwara/altus/releases/download/${ALTUS_VERSION}/Altus-${ALTUS_VERSION}.AppImage" && \
30
chmod +x /tmp/altus.app && \
31
./altus.app --appimage-extract && \
32
mv squashfs-root /opt/altus && \
0 commit comments