Skip to content
This repository was archived by the owner on Oct 6, 2023. It is now read-only.

Commit 60c8b13

Browse files
committed
Install with noninteractive as no readline
1 parent fdb4969 commit 60c8b13

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
@@ -6,6 +6,8 @@ ARG BUILD_FROM=debian:stretch-slim
66

77
FROM $BUILD_FROM
88

9+
ENV DEBIAN_FRONTEND=noninteractive
10+
911
# kmod is required for lsmod
1012
# libcap2-bin is required for checking capabilities
1113
RUN apt-get update && \

0 commit comments

Comments
 (0)