diff --git a/iventoy/Dockerfile b/iventoy/Dockerfile index 9b05c76..d88155a 100644 --- a/iventoy/Dockerfile +++ b/iventoy/Dockerfile @@ -12,9 +12,9 @@ WORKDIR /opt/iventoy RUN set -xe \ && apt update -y \ - && apt install -y curl tar \ - && curl -sSL $IVENTOY_URL | tar xz --strip 1 \ - && apt remove -y curl tar \ + && apt install -y curl \ + && curl -sSL $IVENTOY_URL | tar xz --strip 2 \ + && apt remove -y curl \ && rm -rf /var/lib/apt/lists/* ENV IVENTOY_API_ALL=1