From b92fcec7c5f7f5282b65451b0b414b013ebf218d Mon Sep 17 00:00:00 2001 From: Zhao Zuohong <1040110848@qq.com> Date: Thu, 17 Nov 2022 12:10:48 +0800 Subject: [PATCH] :bug: Confirm installation --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e343673..76c85ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ FROM debian:bullseye-slim -RUN apt update && apt install git git-restore-mtime pandoc npm nodejs +RUN apt update && apt install -y git git-restore-mtime pandoc npm nodejs WORKDIR /data