set Debian frontend to noninteractive
This commit is contained in:
parent
762169f563
commit
84908c0a24
@ -17,6 +17,8 @@ ENV RACK_ENV="production" \
|
|||||||
BUNDLE_WITHOUT="development test" \
|
BUNDLE_WITHOUT="development test" \
|
||||||
RUBY_YJIT_ENABLE=true
|
RUBY_YJIT_ENABLE=true
|
||||||
|
|
||||||
|
ENV DEBIAN_FRONTEND="noninteractive"
|
||||||
|
|
||||||
FROM base AS build
|
FROM base AS build
|
||||||
|
|
||||||
RUN <<EOT
|
RUN <<EOT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user