Commit d4fb68d9 authored by Mccaskey, Alex's avatar Mccaskey, Alex
Browse files

fixing Dockerfile

parent c597770b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
from theiaide/theia-full:next
from theiaide/theia-full:latest
user root
run apt-get -y update \ 
    && unlink /usr/bin/clangd \
@@ -26,6 +26,6 @@ run apt-get -y update \
    && cmake .. -DXACC_DIR=~/.xacc -DPYTHON_INCLUDE_DIR=/usr/include/python3.5 \
    && make -j4 install && cd ../..
add settings.json /home/.theia/
user xacc-theia
user theia