Modify dockerfile to include infinisim build tools
This commit is contained in:
parent
7f476ac820
commit
d56fefb4e9
@ -35,6 +35,9 @@ RUN apt-get update -qq \
|
|||||||
libpango-1.0-0 \
|
libpango-1.0-0 \
|
||||||
ibpango1.0-dev \
|
ibpango1.0-dev \
|
||||||
libpangocairo-1.0-0 \
|
libpangocairo-1.0-0 \
|
||||||
|
libsdl2-dev \
|
||||||
|
g++ \
|
||||||
|
libpng-dev
|
||||||
&& rm -rf /var/cache/apt/* /var/lib/apt/lists/*;
|
&& rm -rf /var/cache/apt/* /var/lib/apt/lists/*;
|
||||||
|
|
||||||
# Add the necessary apt-gets for the devcontainer
|
# 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 -Iv cryptography==3.3
|
||||||
RUN pip3 install cbor
|
RUN pip3 install cbor
|
||||||
RUN npm i lv_font_conv@1.5.2 -g
|
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
|
# build.sh knows how to compile
|
||||||
COPY build.sh /opt/
|
COPY build.sh /opt/
|
||||||
|
Loading…
Reference in New Issue
Block a user