Newer
Older
orange2022 / src / emcl2 / test / docker / Dockerfile
@koki koki on 14 Dec 2022 247 bytes last commit
FROM ryuichiueda/emcl-test-env:latest
ENV DEBIAN_FRONTEND=noninteractive
SHELL ["/bin/bash", "-c"]

RUN cd /catkin_ws/src && \
    git clone https://github.com/ryuichiueda/emcl.git

RUN source ~/.bashrc && \
    cd /catkin_ws && \
    catkin_make