From 832c6343fd482ef5bc78be5aacef69537b1e63cb Mon Sep 17 00:00:00 2001 From: Newnius Date: Mon, 18 Feb 2019 17:13:28 +0800 Subject: [PATCH] update dev-base --- dev-base/Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-base/Dockerfile b/dev-base/Dockerfile index ba577b9..5269f93 100644 --- a/dev-base/Dockerfile +++ b/dev-base/Dockerfile @@ -2,8 +2,9 @@ FROM ubuntu:18.04 MAINTAINER Newnius -RUN apt update && \ - apt install -y curl wget iproute2 openssh-server vim openjdk-8-jre python3-pip git bash-completion sudo && \ +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 RUN echo "PermitRootLogin yes" >> /etc/ssh/sshd_config