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.
1 parent 822f5cf commit c364a75Copy full SHA for c364a75
Dockerfile
@@ -107,10 +107,8 @@ RUN \
107
108
ARG CODENAME
109
RUN \
110
- git clone --depth 1 --branch main https://github.com/AppImage/appimagetool.git && \
+ git clone --depth 1 --branch continuous https://github.com/AppImage/appimagetool.git && \
111
cd appimagetool && \
112
- git fetch --depth 1 origin feac85722a75471fe62a3fbb5fe54dbccbc83729 && \
113
- git checkout feac85722a75471fe62a3fbb5fe54dbccbc83729 && \
114
cmake . -DCMAKE_INSTALL_PREFIX=$HOME/.local && \
115
make install && \
116
sudo apt install -y libzstd-dev && \
0 commit comments