Suppress debconf frontend warnings in Dockerfile
This commit is contained in:
parent
2e3fc1234b
commit
84e883701d
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ RUN mix compile && \
|
||||||
# Runtime stage
|
# Runtime stage
|
||||||
FROM ${RUNNER_IMAGE}
|
FROM ${RUNNER_IMAGE}
|
||||||
|
|
||||||
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
RUN apt-get update -y && \
|
RUN apt-get update -y && \
|
||||||
apt-get install -y --no-install-recommends \
|
apt-get install -y --no-install-recommends \
|
||||||
libstdc++6 openssl libncurses6 locales ca-certificates && \
|
libstdc++6 openssl libncurses6 locales ca-certificates && \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue