Commit 9e645e88 authored by Garcia's avatar Garcia
Browse files

Bug fixed in Dockerfile

parent 2b4b2020
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ RUN echo "docker-titan-STF549" > /etc/hostname \
      xsltproc \
    && DEBIAN_FRONTEND=noninteractive apt-get autoremove --purge -y \
    && DEBIAN_FRONTEND=noninteractive apt-get autoclean \
    && useradd --create-home --shell /bin/bash etsi --groups sudo username \
    && useradd --create-home --shell /bin/bash --groups sudo etsi \
    && echo "etsi:etsi" | chpasswd \
    && adduser etsi sudo \
    && cd /home/etsi \