You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
432 B
Docker
9 lines
432 B
Docker
5 years ago
|
from ubuntu
|
||
|
RUN ["apt-get","update"]
|
||
|
RUN ["apt-get","upgrade","-y"]
|
||
|
RUN ["apt-get","install","-y","git", "python3-dev","tmux","locales","python3-pip","python3-numpy","python3-pandas","locales"]
|