mirror of
https://github.com/dani-garcia/vaultwarden
synced 2024-11-10 14:24:31 +00:00
Remove debugging echo statement from Dockerfiles
This commit is contained in:
parent
f8e49ea3f4
commit
f6761ac30e
10 changed files with 0 additions and 20 deletions
|
@ -43,8 +43,6 @@ ARG LANG=C.UTF-8
|
|||
ARG TZ=UTC
|
||||
ARG TERM=xterm-256color
|
||||
|
||||
RUN echo $TERM
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y \
|
||||
--no-install-recommends \
|
||||
|
|
|
@ -14,8 +14,6 @@ ARG LANG=C.UTF-8
|
|||
ARG TZ=UTC
|
||||
ARG TERM=xterm-256color
|
||||
|
||||
RUN echo $TERM
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y \
|
||||
--no-install-recommends \
|
||||
|
|
|
@ -14,8 +14,6 @@ ARG LANG=C.UTF-8
|
|||
ARG TZ=UTC
|
||||
ARG TERM=xterm-256color
|
||||
|
||||
RUN echo $TERM
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y \
|
||||
--no-install-recommends \
|
||||
|
|
|
@ -14,8 +14,6 @@ ARG LANG=C.UTF-8
|
|||
ARG TZ=UTC
|
||||
ARG TERM=xterm-256color
|
||||
|
||||
RUN echo $TERM
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y \
|
||||
--no-install-recommends \
|
||||
|
|
|
@ -14,8 +14,6 @@ ARG LANG=C.UTF-8
|
|||
ARG TZ=UTC
|
||||
ARG TERM=xterm-256color
|
||||
|
||||
RUN echo $TERM
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y \
|
||||
--no-install-recommends \
|
||||
|
|
|
@ -14,8 +14,6 @@ ARG LANG=C.UTF-8
|
|||
ARG TZ=UTC
|
||||
ARG TERM=xterm-256color
|
||||
|
||||
RUN echo $TERM
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y \
|
||||
--no-install-recommends \
|
||||
|
|
|
@ -14,8 +14,6 @@ ARG LANG=C.UTF-8
|
|||
ARG TZ=UTC
|
||||
ARG TERM=xterm-256color
|
||||
|
||||
RUN echo $TERM
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y \
|
||||
--no-install-recommends \
|
||||
|
|
|
@ -14,8 +14,6 @@ ARG LANG=C.UTF-8
|
|||
ARG TZ=UTC
|
||||
ARG TERM=xterm-256color
|
||||
|
||||
RUN echo $TERM
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y \
|
||||
--no-install-recommends \
|
||||
|
|
|
@ -14,8 +14,6 @@ ARG LANG=C.UTF-8
|
|||
ARG TZ=UTC
|
||||
ARG TERM=xterm-256color
|
||||
|
||||
RUN echo $TERM
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y \
|
||||
--no-install-recommends \
|
||||
|
|
|
@ -14,8 +14,6 @@ ARG LANG=C.UTF-8
|
|||
ARG TZ=UTC
|
||||
ARG TERM=xterm-256color
|
||||
|
||||
RUN echo $TERM
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y \
|
||||
--no-install-recommends \
|
||||
|
|
Loading…
Reference in a new issue