You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-08-08 22:27:53 +02:00
fix iventoy
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user