mirror of https://github.com/ArduPilot/ardupilot
Tools: Update Docker to new pre-reqs folder
This commit is contained in:
parent
f6535f0ed4
commit
f0ee00f778
|
@ -14,7 +14,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install --no-instal
|
|||
ENV USER=ardupilot
|
||||
ADD . /ardupilot
|
||||
RUN chown -R ardupilot:ardupilot /ardupilot && \
|
||||
bash -c "Tools/scripts/install-prereqs-ubuntu.sh -y && apt-get install gcc-arm-none-eabi -y" && \
|
||||
bash -c "Tools/environment_install/install-prereqs-ubuntu.sh -y && apt-get install gcc-arm-none-eabi -y" && \
|
||||
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||
|
||||
USER ardupilot
|
||||
|
|
Loading…
Reference in New Issue