Commit 1d3779a7 by Amir Aharon

add make

parent 6b4e6d4f
Showing with 1 additions and 1 deletions
...@@ -23,7 +23,7 @@ RUN add-apt-repository ppa:ubuntu-toolchain-r/test ...@@ -23,7 +23,7 @@ RUN add-apt-repository ppa:ubuntu-toolchain-r/test
RUN apt-get update RUN apt-get update
# RUN apt-get dist-upgrade -y # RUN apt-get dist-upgrade -y
RUN apt-get install gcc-7 g++-7 gdb gdbserver wget -y && \ RUN apt-get install gcc-7 g++-7 make gdb gdbserver wget -y && \
apt-get clean autoclean && \ apt-get clean autoclean && \
apt-get autoremove -y && \ apt-get autoremove -y && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment