Skip to content

Commit 0e3a151

Browse files
author
Atsushi Abe
committed
Avoid stopping build checker because of interactive question
1 parent 107581e commit 0e3a151

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM ubuntu:focal
22

3+
ENV DEBIAN_FRONTEND=noninteractive
4+
35
RUN apt -q -y update && apt -q -y upgrade && apt -q -y install build-essential automake autoconf libtool pkg-config libicu66 icu-devtools libicu-dev libxml2-dev uuid-dev fuse libfuse-dev libsnmp-dev
46

57
COPY entrypoint.sh /entrypoint.sh

0 commit comments

Comments
 (0)