mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
docker missing g++
This commit is contained in:
@@ -6,6 +6,7 @@ FROM ubuntu:16.04
|
||||
RUN apt-get update && apt-get install -y \
|
||||
git \
|
||||
cmake \
|
||||
g++ \
|
||||
software-properties-common
|
||||
|
||||
ENV ANDROID_HOME=/opt/android-sdk
|
||||
|
||||
Reference in New Issue
Block a user