瀏覽代碼

add ENV DEBIAN_FRONTEND=noninteractive

kannix 4 年之前
父節點
當前提交
7c3e4286f2
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Dockerfile

+ 2 - 0
Dockerfile

@@ -2,6 +2,8 @@ FROM ubuntu:latest AS build
 
 ARG XMRIG_VERSION='v5.11.2'
 
+ENV DEBIAN_FRONTEND=noninteractive
+
 RUN apt-get update && apt-get install -y git build-essential cmake libuv1-dev libssl-dev libhwloc-dev
 WORKDIR /root
 RUN git clone https://github.com/xmrig/xmrig