mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-12-13 01:36:43 +00:00
add dev base
This commit is contained in:
11
dev-base/Dockerfile
Normal file
11
dev-base/Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM ubuntu:18.04
|
||||
|
||||
MAINTAINER Newnius <docker@newnius.com>
|
||||
|
||||
RUN apt update && \
|
||||
apt install -y curl wget iproute2 openssh-server vim openjdk-8-jre python3-pip git bash-completion sudo && \
|
||||
pip3 install numpy scipy pandas scikit-learn matplotlib
|
||||
|
||||
RUN echo "PermitRootLogin yes" >> /etc/ssh/sshd_config
|
||||
|
||||
WORKDIR /root
|
||||
Reference in New Issue
Block a user