mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-29 02:22:09 +08:00
dba8e01e54
git-subtree-dir: panda git-subtree-split: ae816c104a99a8cd4d508ccd6abdc7b93053529c
7 lines
229 B
Docker
7 lines
229 B
Docker
FROM ubuntu:16.04
|
|
|
|
RUN apt-get update && apt-get install -y make python python-pip git
|
|
COPY tests/safety/requirements.txt /panda/tests/safety/requirements.txt
|
|
RUN pip install -r /panda/tests/safety/requirements.txt
|
|
COPY . /panda
|