Skip to content

Commit

Permalink
Install with noninteractive as no readline
Browse files Browse the repository at this point in the history
  • Loading branch information
phlax committed May 9, 2018
1 parent fdb4969 commit 60c8b13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ ARG BUILD_FROM=debian:stretch-slim

FROM $BUILD_FROM

ENV DEBIAN_FRONTEND=noninteractive

# kmod is required for lsmod
# libcap2-bin is required for checking capabilities
RUN apt-get update && \
Expand Down

0 comments on commit 60c8b13

Please sign in to comment.