You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .devcontainer/Dockerfile
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -27,14 +27,15 @@ RUN pip3 install adafruit-nrfutil
27
27
RUN pip3 install setuptools_rust
28
28
29
29
WORKDIR /opt/
30
-
# build.sh knows how to compile
30
+
# build.sh knows how to compile but it problimatic on Win10
31
31
COPY build.sh .
32
+
# create_build_openocd.sh uses cmake to crate to build directory
33
+
COPY create_build_openocd.sh .
32
34
33
35
# Lets get each in a separate docker layer for better downloads
34
36
# GCC
35
37
# RUN bash -c "source /opt/build.sh; GetGcc;"
36
38
RUN wget https://developer.arm.com/-/media/Files/downloads/gnu-rm/9-2020q2/gcc-arm-none-eabi-9-2020-q2-update-x86_64-linux.tar.bz2 -O - | tar -xj -C /opt
37
-
# RUN rm gcc-arm-none-eabi-9-2020-q2-update-x86_64-linux.tar.bz2
38
39
# NrfSdk
39
40
# RUN bash -c "source /opt/build.sh; GetNrfSdk;"
40
41
RUN wget -q "https://developer.nordicsemi.com/nRF5_SDK/nRF5_SDK_v15.x.x/nRF5_SDK_15.3.0_59ac345.zip" -O /tmp/nRF5_SDK_15.3.0_59ac345
0 commit comments