Skip to content

Commit b031480

Browse files
committed
Missed adding Dockerfile
1 parent 91ff6bb commit b031480

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/language/Dockerfile

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
FROM ubuntu:16.04
2+
3+
RUN apt-get update && apt-get install -y make python python-pip
4+
COPY tests/safety/requirements.txt /panda/tests/safety/requirements.txt
5+
RUN pip install -r /panda/tests/safety/requirements.txt
6+
COPY . /panda

0 commit comments

Comments
 (0)