cleanup safety_replay dockerfile (#486)

master
Willem Melching 2020-04-06 22:33:56 -07:00 committed by GitHub
parent fe73dcc913
commit a05361ebc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -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