diff --git a/Dockerfile b/Dockerfile index 68362f8cfd..49039197bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,13 +37,13 @@ RUN pip3 install --break-system-packages --no-cache-dir $PYTHONPATH/panda/[dev] # TODO: this should be a "pip install" or not even in this repo at all RUN git config --global --add safe.directory $PYTHONPATH/panda -ENV OPENDBC_REF="e1ce3619a5db661ef2b406ccf258a253baf6eebc" +ENV OPENDBC_REF="378967043dd72d29bb3f1207ac015fcc5e740451" RUN cd /tmp/ && \ - git clone --depth 1 https://github.com/commaai/opendbc opendbc_repo && \ + git clone --depth 1 https://github.com/sunnypilot/opendbc opendbc_repo && \ cd opendbc_repo && git fetch origin $OPENDBC_REF && git checkout FETCH_HEAD && rm -rf .git/ && \ pip3 install --break-system-packages --no-cache-dir Cython numpy && \ - scons -j8 --minimal opendbc/ && \ - ln -s $PWD/opendbc $PYTHONPATH/opendbc + ln -s $PWD/opendbc $PYTHONPATH/opendbc && \ + scons -j8 --minimal opendbc/ # for Jenkins COPY README.md panda.tar.* /tmp/