mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-03-03 02:33:53 +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
|