sim: write params to enable in Dockerfile (#24113)

old-commit-hash: d1c3b7a20d0bd62dfb2a4c16d54b9e83b131055b
This commit is contained in:
Adeeb Shihadeh
2022-04-04 09:05:20 -07:00
committed by GitHub
parent 0a3d2137bb
commit 69bfa59a81

View File

@@ -63,3 +63,5 @@ COPY ./tools $HOME/openpilot/tools
WORKDIR $HOME/openpilot
RUN scons -j$(nproc)
RUN python -c "from selfdrive.test.helpers import set_params_enabled; set_params_enabled()"