mirror of
https://github.com/kairos-io/kairos-agent.git
synced 2025-10-22 03:49:31 +00:00
robot: No need to download jq and docker anymore (#494)
This occasionally leads to errors when repos are not available online, and now this should be also not necessary anymore. Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com> Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
This commit is contained in:
committed by
Itxaka
parent
ce26590679
commit
e1990ab35d
@@ -297,7 +297,6 @@ iso:
|
|||||||
ARG IMG=docker:$IMAGE
|
ARG IMG=docker:$IMAGE
|
||||||
ARG overlay=overlay/files-iso
|
ARG overlay=overlay/files-iso
|
||||||
FROM $OSBUILDER_IMAGE
|
FROM $OSBUILDER_IMAGE
|
||||||
RUN zypper in -y jq docker
|
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
COPY . ./
|
COPY . ./
|
||||||
COPY +docker-rootfs/rootfs /build/image
|
COPY +docker-rootfs/rootfs /build/image
|
||||||
|
Reference in New Issue
Block a user