Hi, How to extend your docker image and to add other packages like this: ``` RUN apt-get update -y RUN apt-get install -y libx11-dev libgtk2.0-dev libgtkglext1-dev cmake ``` Thanks.
Hi,
How to extend your docker image and to add other packages like this:
Thanks.