Skip to content

Commit bd59563

Browse files
committed
adding changes to dockerfile to support extern update
1 parent 3e51194 commit bd59563

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ RUN wget https://github.com/Kitware/CMake/releases/download/v3.19.6/cmake-3.19.6
1616
./cmake-3.19.6-Linux-x86_64.sh --skip-license --prefix=/usr/local
1717

1818
RUN git clone -b main https://@github.com/mdkul22/picomotion.git
19-
ENV PICO_SDK_PATH=/opt/picomotion/lib/pico-sdk
19+
ENV PICO_SDK_PATH=/opt/picomotion/extern/pico-sdk
2020
# Export environment variables
21-
RUN echo "export PICO_SDK_PATH=/opt/picomotion/lib/pico-sdk" >> ~/.bashrc
21+
RUN echo "export PICO_SDK_PATH=/opt/picomotion/extern/pico-sdk" >> ~/.bashrc
2222

2323
# Set the working directory to the example project
2424
WORKDIR /opt/picomotion

0 commit comments

Comments
 (0)