Files
sunnypilot/panda/tests/safety/Dockerfile
T
Vehicle Researcher 7cb06570f0 Merge panda subtree
old-commit-hash: 94a27e351f
2018-04-14 06:06:42 +00:00

7 lines
231 B
Docker

FROM ubuntu:16.04
RUN apt-get update && apt-get install -y clang make python python-pip
COPY tests/safety/requirements.txt /panda/tests/safety/requirements.txt
RUN pip install -r /panda/tests/safety/requirements.txt
COPY . /panda