January-13th-2019, 02:27 PM
Dear all,
I am using Rpi3 for building my custom image which I intend to run later on a Netpi. My requirement is to run Eclipse JDT on Net pi. So, I created a docker file with following commands in it.
------------------------------------------
FROM raspbian/stretch
RUN apt-get update
RUN apt-get install -y eclipse
RUN eclipse
---------------------------------------------
Before trying out with docker, I downloaded, Eclipse JDT on to the same Rpi by using the above commands in the same sequence and every time, I give "eclipse" on my terminal, the Eclipse IDE opens up. Since my RPi's OS is raspbian stretch which is what I am using in my custom image as well, I used same commands in same sequence in my Docker file as well. When I build the Docker file, the first 3 steps worked well but there popped an error while at the last step. Error message attached in the picture for your reference. I am very new to Docker so, I think I am missing some basics here and couldnot get what I intend to. Any suggestions from you will be of great help to me. Thanks in advance.
I am using Rpi3 for building my custom image which I intend to run later on a Netpi. My requirement is to run Eclipse JDT on Net pi. So, I created a docker file with following commands in it.
------------------------------------------
FROM raspbian/stretch
RUN apt-get update
RUN apt-get install -y eclipse
RUN eclipse
---------------------------------------------
Before trying out with docker, I downloaded, Eclipse JDT on to the same Rpi by using the above commands in the same sequence and every time, I give "eclipse" on my terminal, the Eclipse IDE opens up. Since my RPi's OS is raspbian stretch which is what I am using in my custom image as well, I used same commands in same sequence in my Docker file as well. When I build the Docker file, the first 3 steps worked well but there popped an error while at the last step. Error message attached in the picture for your reference. I am very new to Docker so, I think I am missing some basics here and couldnot get what I intend to. Any suggestions from you will be of great help to me. Thanks in advance.