Browse Source

add ENV DEBIAN_FRONTEND=noninteractive

kannix 4 years ago
parent
commit
7c3e4286f2
1 changed files with 2 additions and 0 deletions
  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