Update my_example.Dockerfile

This commit is contained in:
bjoernellens1 2023-10-23 13:29:15 +02:00 committed by GitHub
parent eb93da82f0
commit 7040624fdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@ RUN cd /lcm_ws \
&& cd build \
&& cmake ../ \
&& make \
&& make install \
&& make install
WORKDIR /overlay_ws