File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ USER builder
44WORKDIR /home/builder
55
66RUN \
7- git clone --depth 1 --branch 1 -alpha-20240109-1 https://github.com/linuxdeploy/linuxdeploy --recurse-submodules && \
7+ git clone --depth 1 --branch 2.0.0 -alpha-1-20241106 https://github.com/linuxdeploy/linuxdeploy --recurse-submodules && \
88 cd linuxdeploy && cp src/core/copyright/copyright.h src/core && \
99 # On arm/v7, wget fails if --no-check-certificate isn't used
1010 sed -i 's/wget --quiet \" $url\" -O -/curl -o - \" $url\" /g' src/core/generate-excludelist.sh && \
1717 ninja && ninja install linuxdeploy && cd .. && \
1818 rm -rf linuxdeploy
1919RUN \
20- git clone --depth 1 --branch 2.0.0 -alpha-1-20241106 https://github.com/linuxdeploy/linuxdeploy-plugin-appimage --recurse-submodules && \
20+ git clone --depth 1 --branch 1 -alpha-20230713-1 https://github.com/linuxdeploy/linuxdeploy-plugin-appimage --recurse-submodules && \
2121 cd linuxdeploy-plugin-appimage && \
2222 cmake . -G Ninja -DCMAKE_INSTALL_PREFIX=$HOME/.local && ninja && ninja install && cd .. && \
2323 rm -rf linuxdeploy-plugin-appimage
You can’t perform that action at this time.
0 commit comments