non-interactive frontend
parent
fa9db417d0
commit
c07aaf62d6
|
|
@ -17,10 +17,13 @@ ADD entrypoint.sh /entrypoint.sh
|
||||||
RUN chmod +x /entrypoint.sh
|
RUN chmod +x /entrypoint.sh
|
||||||
RUN ls
|
RUN ls
|
||||||
|
|
||||||
|
# Set frontend to Noninteractive
|
||||||
|
# https://github.com/phusion/baseimage-docker/issues/58#issuecomment-47995343
|
||||||
|
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
|
||||||
|
|
||||||
RUN apt-get -q update \
|
RUN apt-get -q update \
|
||||||
&& apt-get -q install -y --no-install-recommends --allow-downgrades \
|
&& apt-get -q install -y --no-install-recommends --allow-downgrades \
|
||||||
libnotify4 \
|
libnotify4 \
|
||||||
libnotify-bin \
|
|
||||||
&& apt-get clean
|
&& apt-get clean
|
||||||
|
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue