Modify dockerfile to include infinisim build tools

This commit is contained in:
locker98 2024-05-08 16:35:42 -04:00
parent 7f476ac820
commit d56fefb4e9

View File

@ -35,6 +35,9 @@ RUN apt-get update -qq \
libpango-1.0-0 \
ibpango1.0-dev \
libpangocairo-1.0-0 \
libsdl2-dev \
g++ \
libpng-dev
&& rm -rf /var/cache/apt/* /var/lib/apt/lists/*;
# Add the necessary apt-gets for the devcontainer
@ -50,6 +53,7 @@ RUN pip3 install adafruit-nrfutil
RUN pip3 install -Iv cryptography==3.3
RUN pip3 install cbor
RUN npm i lv_font_conv@1.5.2 -g
RUN npm install ts-node@10.9.1 @swc/core@1.3.82 lv_img_conv@0.3.0 -g
# build.sh knows how to compile
COPY build.sh /opt/