Skip to content
Snippets Groups Projects
Commit eb17ee58 authored by Sergey Musikhin's avatar Sergey Musikhin
Browse files

Dockerfile: install -y

parent 7161e83b
Branches
No related tags found
No related merge requests found
...@@ -9,5 +9,5 @@ RUN sudo echo "resolvconf resolvconf/linkify-resolvconf boolean false" | sudo de ...@@ -9,5 +9,5 @@ RUN sudo echo "resolvconf resolvconf/linkify-resolvconf boolean false" | sudo de
RUN sudo apt-get install -y keyboard-configuration RUN sudo apt-get install -y keyboard-configuration
RUN sudo apt-get install -y qtcreator libxrender1 gdb RUN sudo apt-get install -y qtcreator libxrender1 gdb
RUN sudo apt-get install -y fonts-ubuntu RUN sudo apt-get install -y fonts-ubuntu
RUN sudo apt install python3-pygccxml RUN sudo apt install -y python3-pygccxml
CMD ["/usr/bin/qtcreator"] CMD ["/usr/bin/qtcreator"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment