Commit 9b425776 authored by Yann Garcia's avatar Yann Garcia
Browse files

Update Dockerfile

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