From 3c30ad9d38f731611ab1ad2c7e6ba0f9b3a55164 Mon Sep 17 00:00:00 2001 From: Lorenzo Fontana Date: Fri, 11 Oct 2019 17:00:22 +0200 Subject: [PATCH] chore(docker/kernel/linuxkit): reformat dockerfile Co-Authored-By: Leonardo Di Donato Signed-off-by: Lorenzo Fontana --- docker/kernel/linuxkit/Dockerfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docker/kernel/linuxkit/Dockerfile b/docker/kernel/linuxkit/Dockerfile index c1bdb5bf..a3e4e6a6 100644 --- a/docker/kernel/linuxkit/Dockerfile +++ b/docker/kernel/linuxkit/Dockerfile @@ -15,9 +15,9 @@ COPY --from=ksrc /kernel-dev.tar / COPY --from=falco /usr/src/falco-${FALCO_VERSION} /usr/src/falco-${FALCO_VERSION} RUN apk add --no-cache --update \ - build-base gcc abuild binutils \ - bc \ - autoconf && \ + build-base gcc abuild binutils \ + bc \ + autoconf && \ export KERNELVER=`uname -r | cut -d '-' -f 1` && \ export KERNELDIR=/usr/src/linux-headers-${KERNEL_VERSION}-linuxkit/ && \ tar xf /kernel-dev.tar && \ @@ -27,9 +27,9 @@ RUN apk add --no-cache --update \ cd /usr/src/falco-${FALCO_VERSION} && \ make && \ apk del \ - build-base gcc abuild binutils \ - bc \ - autoconf + build-base gcc abuild binutils \ + bc \ + autoconf FROM alpine:${ALPINE_VERSION} ARG FALCO_VERSION=0.17.0