Commit e6a2143a by Édouard Lopez

set ENV TERM and ENV DEBIAN_FRONTEND to prevent useless error

More info can be found in [docker issue #4032](https://github.com/docker/docker/issues/4032#issuecomment-46128765)
Remove errors such as:
> debconf: unable to initialize frontend: Dialog
> debconf: (TERM is not set, so the dialog frontend is not usable.)
> debconf: falling back to frontend: Readline
> debconf: unable to initialize frontend: Readline
> debconf: (This frontend requires a controlling tty.)
> debconf: falling back to frontend: Teletype
parent fafbeff9
FROM debian:wheezy-backports
ARG TERM=linux
ARG DEBIAN_FRONTEND=noninteractive
# restyaboard version
ENV restyaboard_version=v0.2.1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment