From afa618e58da64074bfcff3ce3ba519e3f19b2752 Mon Sep 17 00:00:00 2001 From: siaimes <34199488+siaimes@users.noreply.github.com> Date: Thu, 13 Oct 2022 19:41:27 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cfa254d..1cdf571 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM nginx AS builder -RUN apt update && apt install wget +RUN apt-get update -y && apt-get install wget -y RUN mkdir -p /usr/share/nginx/html/k8s-share/containernetworking/plugins/releases/download/v0.8.1 RUN wget https://github.com/containernetworking/plugins/releases/download/v0.8.1/cni-plugins-linux-amd64-v0.8.1.tgz \