From dd863fbf2cab4ca30656e53234d051d9d154f1e8 Mon Sep 17 00:00:00 2001 From: aceberg <1502200+aceberg@users.noreply.github.com> Date: Sat, 7 Jan 2023 03:53:20 +0700 Subject: [PATCH] Dockerfile fix --- Dockerfile.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.css b/Dockerfile.css index 37ab2e5..afa492e 100644 --- a/Dockerfile.css +++ b/Dockerfile.css @@ -2,7 +2,7 @@ FROM golang:bullseye AS builder COPY . /src -RUN apt update && apt install npm +RUN apt update && apt install -y npm RUN cd / && npm i bootswatch && npm i bootstrap-icons RUN cd /src/cmd/WatchYourLAN/ && CGO_ENABLED=0 go build -o /WatchYourLAN .