We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e146d2b commit bf27d42Copy full SHA for bf27d42
.docker/Dockerfile
@@ -188,7 +188,8 @@ ENV SKIP_AP_EXT_ENV=1 SKIP_AP_GRAPHIC_ENV=1 SKIP_AP_COV_ENV=1 SKIP_AP_GIT_CHECK=
188
ENV DO_AP_STM_ENV=0
189
# Do not activate the Ardupilot venv by default
190
ENV DO_PYTHON_VENV_ENV=0
191
-RUN Tools/environment_install/install-prereqs-ubuntu.sh -y
+RUN echo "\n# Below from ardupilot script \"install-prereqs-ubuntu.sh\"\n" >> /home/$USERNAME/.bashrc && \
192
+ Tools/environment_install/install-prereqs-ubuntu.sh -y
193
194
# Build ArduSub
195
WORKDIR /home/$USERNAME/ardupilot
0 commit comments