mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-12-16 02:46:45 +00:00
update dev-base
This commit is contained in:
@@ -5,8 +5,13 @@ MAINTAINER Newnius <docker@newnius.com>
|
||||
RUN yes | unminimize && \
|
||||
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 sklearn && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN echo "PermitRootLogin yes" >> /etc/ssh/sshd_config
|
||||
|
||||
WORKDIR /root
|
||||
|
||||
ADD bootstrap.sh /etc/bootstrap.sh
|
||||
|
||||
CMD ["/etc/bootstrap.sh"]
|
||||
|
||||
Reference in New Issue
Block a user