You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by el...@apache.org on 2018/09/20 12:51:13 UTC

hadoop git commit: HDDS-511. Update DockerFile to install robot framework and python-pip. Contributed by Dinesh Chitlangia.

Repository: hadoop
Updated Branches:
  refs/heads/docker-hadoop-runner 691be264b -> 08d7a0f28


HDDS-511. Update DockerFile to install robot framework and python-pip. Contributed by Dinesh Chitlangia.


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/08d7a0f2
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/08d7a0f2
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/08d7a0f2

Branch: refs/heads/docker-hadoop-runner
Commit: 08d7a0f2808462b642e3fa3de70c4c4df581944d
Parents: 691be26
Author: Márton Elek <el...@apache.org>
Authored: Thu Sep 20 14:50:41 2018 +0200
Committer: Márton Elek <el...@apache.org>
Committed: Thu Sep 20 14:50:41 2018 +0200

----------------------------------------------------------------------
 Dockerfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/08d7a0f2/Dockerfile
----------------------------------------------------------------------
diff --git a/Dockerfile b/Dockerfile
index 1c50e8b..dd7dc00 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -15,7 +15,8 @@
 # limitations under the License.
 
 FROM openjdk:8-jdk
-RUN apt-get update && apt-get install -y jq curl python sudo && apt-get clean
+RUN apt-get update && apt-get install -y jq curl python python-pip sudo && apt-get clean
+RUN pip install robotframework
 RUN wget -O /usr/local/bin/dumb-init https://github.com/Yelp/dumb-init/releases/download/v1.2.0/dumb-init_1.2.0_amd64
 RUN chmod +x /usr/local/bin/dumb-init
 RUN mkdir -p /etc/security/keytabs && chmod -R a+wr /etc/security/keytabs 


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org