Skip to content

Commit 87e345b

Browse files
committed
fix(base): set env DEBIAN_FRONTEND=noninteractive
1 parent 5345346 commit 87e345b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
ARG BASE_LAYER
22
FROM ${BASE_LAYER}
33
ENV LANG C.UTF-8
4+
ENV DEBIAN_FRONTEND noninteractive
45
RUN ln -sf /bin/bash /bin/sh
56
ENTRYPOINT ["init-stack"]

0 commit comments

Comments
 (0)