Define TERM and friends.
This commit is contained in:
parent
a4a461caaf
commit
22a2462792
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
|||
ARG MARIADB_VERSION=10.9
|
||||
FROM mariadb:$MARIADB_VERSION AS mysql
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
ENV DEBIAN_FRONTEND="teletype" \
|
||||
TERM=xterm-256color \
|
||||
COMPOSER_ALLOW_SUPERUSER=1
|
||||
RUN echo "APT::Acquire::Retries \"5\";" > /etc/apt/apt.conf.d/80-retries && \
|
||||
echo "Acquire::http::No-Cache=true;" > /etc/apt/apt.conf.d/80-no-cache && \
|
||||
echo "Acquire::http::Pipeline-Depth=0;" > /etc/apt/apt.conf.d/80-no-pipeline && \
|
||||
|
|
Loading…
Reference in a new issue