Commit 20ea5c75 authored by garciay's avatar garciay
Browse files

Set env TERM to xterm

parent 89ec37aa
Loading
Loading
Loading
Loading
+5 −2
Original line number Original line Diff line number Diff line
@@ -4,7 +4,7 @@ MAINTAINER ETSI STF 549


LABEL description="STF549 Docker Image"
LABEL description="STF549 Docker Image"


ENV TERM=linux 
ENV TERM=xterm
ENV HOSTNAME docker-titan-STF549
ENV HOSTNAME docker-titan-STF549


RUN echo "docker-titan-STF549" > /etc/hostname \
RUN echo "docker-titan-STF549" > /etc/hostname \
@@ -77,7 +77,10 @@ RUN echo "docker-titan-STF549" > /etc/hostname \
    && echo ". ./devenv.bash" >> /home/etsi/.bashrc \
    && echo ". ./devenv.bash" >> /home/etsi/.bashrc \
    && . /home/etsi/.bashrc \
    && . /home/etsi/.bashrc \
    && mkdir -p bin lib include tmp frameworks docs man dev \
    && mkdir -p bin lib include tmp frameworks docs man dev \
    && chown etsi:etsi bin lib include tmp frameworks docs man dev
    && chown etsi:etsi bin lib include tmp frameworks docs man dev \
    && echo "**********************************************************************" \
    && ls -l /etc/sudoers.d \
    && for i in `ls /etc/sudoers.d`; do cat /etc/sudoers.d/$i; echo ""; done


USER etsi
USER etsi


+1 −0
Original line number Original line Diff line number Diff line
@@ -9,6 +9,7 @@ set -e
#export PS1="\w\$ "
#export PS1="\w\$ "
#export PS1="\D{%Y-%m-%d %H:%M:%S} \w\n\$ "
#export PS1="\D{%Y-%m-%d %H:%M:%S} \w\n\$ "


export TERM=xterm
export EDITOR=emacs
export EDITOR=emacs
set -o emacs
set -o emacs