We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88e2593 commit e063b26Copy full SHA for e063b26
tests/safety_replay/Dockerfile
@@ -25,6 +25,7 @@ RUN mkdir /openpilot
25
WORKDIR /openpilot
26
RUN git clone https://github.com/commaai/cereal.git || true
27
WORKDIR /openpilot/cereal
28
+RUN git pull
29
RUN git checkout bb2cc7572de99becce1bfbae63f3b38d5464e162
30
COPY . /openpilot/panda
31
0 commit comments