Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pattacini authored Jul 12, 2021
1 parent ce36025 commit 0a2b159
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ ENV DISPLAY=:1

# Set up .bashrc
RUN echo "source /etc/profile.d/bash_completion.sh" >> /root/.bashrc && \
echo "source ${ROBOTOLOGY_SUPERBUILD_INSTALL_DIR}/share/robotology-superbuild/setup.sh" >> /root/.bashrc && \
echo "export LD_LIBRARY_PATH=\${LD_LIBRARY_PATH}:/robotology-superbuild/build/src/icub-tests/plugins" >> /root/.bashrc
echo "source ${ROBOTOLOGY_SUPERBUILD_INSTALL_DIR}/share/robotology-superbuild/setup.sh" >> /root/.bashrc

# Set up script to launch graphics and vnc
COPY start-vnc-session.sh /usr/bin/start-vnc-session.sh
Expand Down

0 comments on commit 0a2b159

Please sign in to comment.