Skip to content

Commit a05361e

Browse files
authored
cleanup safety_replay dockerfile (#486)
1 parent fe73dcc commit a05361e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/safety_replay/Dockerfile

+1-3
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,8 @@ RUN ./install_capnp.sh
3939
RUN git clone https://github.com/commaai/openpilot.git || true
4040
WORKDIR /openpilot
4141
RUN git pull && git checkout f9257fc75f68c673f9e433985fbe739f23310bb4
42+
RUN git submodule update --init cereal
4243

43-
RUN git clone https://github.com/commaai/cereal.git || true
44-
WORKDIR /openpilot/cereal
45-
RUN git pull && git checkout 35040fe6bb9ebc31d38e98faa64d5ec4093ce3d5
4644
COPY . /openpilot/panda
4745

4846
WORKDIR /openpilot/panda/tests/safety_replay

0 commit comments

Comments
 (0)