Skip to content

Commit

Permalink
cleanup safety_replay dockerfile (#486)
Browse files Browse the repository at this point in the history
  • Loading branch information
pd0wm committed Apr 7, 2020
1 parent fe73dcc commit a05361e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/safety_replay/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,8 @@ RUN ./install_capnp.sh
RUN git clone https://github.com/commaai/openpilot.git || true
WORKDIR /openpilot
RUN git pull && git checkout f9257fc75f68c673f9e433985fbe739f23310bb4
RUN git submodule update --init cereal

RUN git clone https://github.com/commaai/cereal.git || true
WORKDIR /openpilot/cereal
RUN git pull && git checkout 35040fe6bb9ebc31d38e98faa64d5ec4093ce3d5
COPY . /openpilot/panda

WORKDIR /openpilot/panda/tests/safety_replay

0 comments on commit a05361e

Please sign in to comment.