mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-06-08 00:51:55 +00:00
update dev-base
This commit is contained in:
parent
43a7630344
commit
832c6343fd
@ -2,8 +2,9 @@ FROM ubuntu:18.04
|
|||||||
|
|
||||||
MAINTAINER Newnius <docker@newnius.com>
|
MAINTAINER Newnius <docker@newnius.com>
|
||||||
|
|
||||||
RUN apt update && \
|
RUN yes | unminimize && \
|
||||||
apt install -y curl wget iproute2 openssh-server vim openjdk-8-jre python3-pip git bash-completion sudo && \
|
apt update && \
|
||||||
|
apt install -y curl openssh-server vim openjdk-8-jre python3-pip git bash-completion && \
|
||||||
pip3 install numpy scipy pandas scikit-learn matplotlib
|
pip3 install numpy scipy pandas scikit-learn matplotlib
|
||||||
|
|
||||||
RUN echo "PermitRootLogin yes" >> /etc/ssh/sshd_config
|
RUN echo "PermitRootLogin yes" >> /etc/ssh/sshd_config
|
||||||
|
Loading…
Reference in New Issue
Block a user