Added GCC ARM

This commit is contained in:
Adrian Calinescu 2018-03-25 16:01:36 +03:00 committed by GitHub
parent ee64b7113e
commit 240bea532b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,6 +27,7 @@ RUN apt-get update && \
pkgconf \ pkgconf \
sudo \ sudo \
xutils-dev \ xutils-dev \
gcc-4.7-multilib-arm-linux-gnueabihf \
&& \ && \
apt-get clean && rm -rf /var/lib/apt/lists/* && \ apt-get clean && rm -rf /var/lib/apt/lists/* && \
useradd rust --user-group --create-home --shell /bin/bash --groups sudo useradd rust --user-group --create-home --shell /bin/bash --groups sudo