Skip to content

Commit bb7d01d

Browse files
author
Norbert Kamiński
committed
WIP
Signed-off-by: Norbert Kamiński <norbert.kaminski@3mdeb.com>
1 parent 50e2ce4 commit bb7d01d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ RUN sed 's/main$/main universe/' -i /etc/apt/sources.list && \
99
true | /usr/bin/debconf-set-selections && \
1010
apt-get install -y wget default-jre libxext-dev libswt-gtk-4-jni && \
1111
apt-get install -y libxrender-dev libxtst-dev && \
12+
apt-get install -y gcc g++ && \
1213
apt-get clean && \
1314
rm -rf /var/lib/apt/lists/* && \
1415
rm -rf /tmp/*
@@ -35,4 +36,10 @@ RUN chmod +x /usr/local/bin/eclipse && \
3536
USER developer
3637
ENV HOME /home/developer
3738
WORKDIR /home/developer
39+
40+
# Install STM-32 plugins
41+
RUN eclipse -application org.eclipse.equinox.p2.director \
42+
-repository http://ac6-tools.com/Eclipse-updates/org.openstm32.system-workbench.update-site-v2 \
43+
-installIU fr.ac6.feature.mcu.externaltools.armnone.feature.group
44+
3845
CMD /bin/bash

0 commit comments

Comments
 (0)