Files
StarPilot/panda/tests/build_strict/Dockerfile
T
Vehicle Researcher ed75eb2995 Merge panda subtree
old-commit-hash: 0829b0a767
2019-06-06 04:31:46 +00:00

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