Remove debugging echo statement from Dockerfiles

pull/784/head
Robin Schneider 5 years ago
parent f8e49ea3f4
commit f6761ac30e
No known key found for this signature in database
GPG Key ID: A81E8006DC95EFE6

@ -43,8 +43,6 @@ ARG LANG=C.UTF-8
ARG TZ=UTC ARG TZ=UTC
ARG TERM=xterm-256color ARG TERM=xterm-256color
RUN echo $TERM
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y \ && apt-get install -y \
--no-install-recommends \ --no-install-recommends \

@ -14,8 +14,6 @@ ARG LANG=C.UTF-8
ARG TZ=UTC ARG TZ=UTC
ARG TERM=xterm-256color ARG TERM=xterm-256color
RUN echo $TERM
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y \ && apt-get install -y \
--no-install-recommends \ --no-install-recommends \

@ -14,8 +14,6 @@ ARG LANG=C.UTF-8
ARG TZ=UTC ARG TZ=UTC
ARG TERM=xterm-256color ARG TERM=xterm-256color
RUN echo $TERM
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y \ && apt-get install -y \
--no-install-recommends \ --no-install-recommends \

@ -14,8 +14,6 @@ ARG LANG=C.UTF-8
ARG TZ=UTC ARG TZ=UTC
ARG TERM=xterm-256color ARG TERM=xterm-256color
RUN echo $TERM
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y \ && apt-get install -y \
--no-install-recommends \ --no-install-recommends \

@ -14,8 +14,6 @@ ARG LANG=C.UTF-8
ARG TZ=UTC ARG TZ=UTC
ARG TERM=xterm-256color ARG TERM=xterm-256color
RUN echo $TERM
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y \ && apt-get install -y \
--no-install-recommends \ --no-install-recommends \

@ -14,8 +14,6 @@ ARG LANG=C.UTF-8
ARG TZ=UTC ARG TZ=UTC
ARG TERM=xterm-256color ARG TERM=xterm-256color
RUN echo $TERM
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y \ && apt-get install -y \
--no-install-recommends \ --no-install-recommends \

@ -14,8 +14,6 @@ ARG LANG=C.UTF-8
ARG TZ=UTC ARG TZ=UTC
ARG TERM=xterm-256color ARG TERM=xterm-256color
RUN echo $TERM
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y \ && apt-get install -y \
--no-install-recommends \ --no-install-recommends \

@ -14,8 +14,6 @@ ARG LANG=C.UTF-8
ARG TZ=UTC ARG TZ=UTC
ARG TERM=xterm-256color ARG TERM=xterm-256color
RUN echo $TERM
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y \ && apt-get install -y \
--no-install-recommends \ --no-install-recommends \

@ -14,8 +14,6 @@ ARG LANG=C.UTF-8
ARG TZ=UTC ARG TZ=UTC
ARG TERM=xterm-256color ARG TERM=xterm-256color
RUN echo $TERM
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y \ && apt-get install -y \
--no-install-recommends \ --no-install-recommends \

@ -14,8 +14,6 @@ ARG LANG=C.UTF-8
ARG TZ=UTC ARG TZ=UTC
ARG TERM=xterm-256color ARG TERM=xterm-256color
RUN echo $TERM
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y \ && apt-get install -y \
--no-install-recommends \ --no-install-recommends \

Loading…
Cancel
Save