mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-06 22:54:16 +02:00
[linux_dist] improvement: using COPY instead of downloading the AppImageBuilder file
This commit is contained in:
@@ -13,9 +13,10 @@ RUN apt-get update && \
|
|||||||
chmod +x appimage-tool && \
|
chmod +x appimage-tool && \
|
||||||
chmod +x appimage-builder && \
|
chmod +x appimage-builder && \
|
||||||
mv /build/appimage-builder /usr/local/bin/appimage-builder && \
|
mv /build/appimage-builder /usr/local/bin/appimage-builder && \
|
||||||
mv /build/appimage-tool /usr/local/bin/appimage-tool && \
|
mv /build/appimage-tool /usr/local/bin/appimage-tool
|
||||||
wget https://raw.githubusercontent.com/vinifmor/bauh/master/linux_dist/appimage/AppImageBuilder.yml
|
|
||||||
|
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
|
|
||||||
|
COPY AppImageBuilder.yml /build
|
||||||
|
|
||||||
CMD [ "appimage-builder", "--skip-tests"]
|
CMD [ "appimage-builder", "--skip-tests"]
|
||||||
|
|||||||
Reference in New Issue
Block a user