From 2687c01b542e7bab882cd4e3fbdc15133231334d Mon Sep 17 00:00:00 2001 From: Alexander Zhirov Date: Mon, 19 May 2025 12:03:32 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D1=83=D1=81=D1=82=D0=B0=D0=BD=D0=BE?= =?UTF-8?q?=D0=B2=D0=BA=D0=B8=20=D0=BF=D0=B5=D1=80=D0=B5=D0=BC=D0=B5=D0=BD?= =?UTF-8?q?=D0=BD=D0=BE=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 15a93b1..0bea457 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]