Skip to content

Commit

Permalink
ref
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-desroches committed Jul 18, 2023
1 parent 6aa4a32 commit a0fd783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ RUN git config --global --add safe.directory '*'
WORKDIR /project
RUN git clone https://github.com/commaai/cereal.git /project/cereal && \
cd /project/cereal && \
git checkout 959ff79963b80829be9902d146c31fda44dbbd20 && \
git checkout aed9fd278a704816aba11f4473aafefc281ed2bc && \
rm -rf .git && \
scons -j$(nproc)

Expand Down

0 comments on commit a0fd783

Please sign in to comment.