We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91ff6bb commit b031480Copy full SHA for b031480
tests/language/Dockerfile
@@ -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