Skip to content

Commit c364a75

Browse files
committed
Get appimagetool source from 'continuous' branch
1 parent 822f5cf commit c364a75

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,8 @@ RUN \
107107

108108
ARG CODENAME
109109
RUN \
110-
git clone --depth 1 --branch main https://github.com/AppImage/appimagetool.git && \
110+
git clone --depth 1 --branch continuous https://github.com/AppImage/appimagetool.git && \
111111
cd appimagetool && \
112-
git fetch --depth 1 origin feac85722a75471fe62a3fbb5fe54dbccbc83729 && \
113-
git checkout feac85722a75471fe62a3fbb5fe54dbccbc83729 && \
114112
cmake . -DCMAKE_INSTALL_PREFIX=$HOME/.local && \
115113
make install && \
116114
sudo apt install -y libzstd-dev && \

0 commit comments

Comments
 (0)