mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-02 03:37:40 +02:00
fix iventoy
This commit is contained in:
parent
fa7db7f37c
commit
48b0efb9ed
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user