Commit 00ee277b authored by garciay's avatar garciay
Browse files

Merge branch 'STF525' of https://forge.etsi.org/gitlab/ITS/ITS into STF525

parents 92df19e3 852dd423
......@@ -78,7 +78,8 @@ RUN echo "docker-titan-STF525" > /etc/hostname \
&& echo ". ./devenv.bash" >> /home/etsi/.bashrc \
&& . /home/etsi/.bashrc \
&& 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 "etsi ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
USER etsi
......
......@@ -3,9 +3,9 @@
# See: https://forge.etsi.org/etsi-forge-copyright-statement.txt
#set -e
#set -vx
set -vx
docker run -it --rm stf525_its:latest /bin/bash #-c "sudo etsi"
docker run -i --rm stf525_its:latest /bin/bash #-c "sudo etsi"
# That's all Floks
exit 0
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment