Исправление установки переменной

This commit is contained in:
Alexander Zhirov 2025-05-19 12:03:32 +03:00
parent 0d2362f2e3
commit 2687c01b54
Signed by: alexander
GPG key ID: C8D8BE544A27C511

View file

@ -10,5 +10,5 @@ RUN apk add --no-cache binutils rpm2cpio bash fuse wget patch file desktop-file-
chmod +x appimagetool-x86_64.AppImage runtime-x86_64 && \
mkdir /input /output /cache
VOLUME /input /output /cache
ENV PATH $PATH:/appimage-builder/src
ENV PATH=$PATH:/appimage-builder/src
ENTRYPOINT ["build"]