1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-02 03:37:40 +02:00

fix iventoy

This commit is contained in:
kev 2024-12-02 17:43:51 +08:00
parent fa7db7f37c
commit 48b0efb9ed

View File

@ -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