Tools: Update Docker to new pre-reqs folder

This commit is contained in:
Stephen Dade 2019-04-04 18:18:53 +11:00 committed by Peter Barker
parent f6535f0ed4
commit f0ee00f778
1 changed files with 1 additions and 1 deletions

View File

@ -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