Skip to content

Commit

Permalink
bind python3 to python
Browse files Browse the repository at this point in the history
  • Loading branch information
sonia-dummy authored May 1, 2022
1 parent bd5fc32 commit 5b1cf20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ WORKDIR ${SONIA_WS}
COPY . ${NODE_PATH}
RUN bash -c "source ${ROS_WS_SETUP}; source ${BASE_LIB_WS_SETUP}; catkin_make"

RUN ln -s /usr/bin/python3 /usr/bin/python

RUN chown -R ${SONIA_USER}: ${SONIA_WS}
USER ${SONIA_USER}

Expand Down

0 comments on commit 5b1cf20

Please sign in to comment.