Skip to content

Commit e2b307d

Browse files
committed
old dockerfile ln, more prints
1 parent ae9bd22 commit e2b307d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RUN cd /tmp/ && \
4242
git clone --depth 1 https://github.com/commaai/opendbc opendbc_repo && \
4343
cd opendbc_repo && git fetch origin $OPENDBC_REF && git checkout FETCH_HEAD && rm -rf .git/ && \
4444
pip3 install --break-system-packages --no-cache-dir Cython numpy pycapnp && \
45-
ln -s $PWD/ $PYTHONPATH/opendbc && \
45+
ln -s $PWD/opendbc $PYTHONPATH/opendbc && echo $PWD && ls $PYTHONPATH && \
4646
scons -j8 --minimal opendbc/
4747

4848
# for Jenkins

0 commit comments

Comments
 (0)