We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 793931e commit 424fce4Copy full SHA for 424fce4
dockerfile
@@ -1,6 +1,6 @@
1
from ubuntu:18.04
2
env LANG=C.UTF-8 LC_ALL=C.UTF-8
3
-run apt-get update && apt-get upgrade -y && apt-get install -y python python3 python3-pip automake tmux redis wget autoconf sudo htop cmake clang vim unzip git binutils-arm-none-eabi
+run apt-get update && apt-get upgrade -y && apt-get install -y python python3 python3-pip automake tmux redis wget autoconf sudo htop cmake clang vim unzip git binutils-arm-none-eabi gnuplot
4
run pip3 install virtualenv virtualenvwrapper cython setuptools
5
6
arg USER_ID
0 commit comments