mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-10 20:02:13 +08:00
10 lines
192 B
Docker
10 lines
192 B
Docker
FROM ubuntu:16.04
|
|
|
|
RUN apt-get update && apt-get install -y gcc-arm-none-eabi libnewlib-arm-none-eabi python python-pip gcc g++
|
|
|
|
RUN pip install pycrypto==2.6.1
|
|
|
|
COPY . /panda
|
|
|
|
WORKDIR /panda
|