You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by dm...@apache.org on 2020/02/03 08:18:10 UTC

[incubator-dlab] branch odahu-integration updated: [odahu-integration] Bugfixing

This is an automated email from the ASF dual-hosted git repository.

dmysakovets pushed a commit to branch odahu-integration
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/odahu-integration by this push:
     new a0c2e62  [odahu-integration] Bugfixing
a0c2e62 is described below

commit a0c2e629daa287ceb995c880c8b4e4d7ee8f285e
Author: Demyan Mysakovets <de...@gmail.com>
AuthorDate: Mon Feb 3 10:17:52 2020 +0200

    [odahu-integration] Bugfixing
---
 infrastructure-provisioning/src/general/files/gcp/odahu_Dockerfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/general/files/gcp/odahu_Dockerfile b/infrastructure-provisioning/src/general/files/gcp/odahu_Dockerfile
index d2df3fb..8bfe7b6 100644
--- a/infrastructure-provisioning/src/general/files/gcp/odahu_Dockerfile
+++ b/infrastructure-provisioning/src/general/files/gcp/odahu_Dockerfile
@@ -26,7 +26,8 @@ ARG SRC_PATH
 # Install any .deb dependecies
 RUN	apt-get update && \
     apt-get -y upgrade && \
-    apt-get -y install python-pip python-dev groff vim less git wget nano libssl-dev libffi-dev libffi6 && \
+    apt-get -y install python-pip build-essential python3 python3-dev python-dev && \
+    apt-get -y install groff vim less git wget nano libssl-dev libffi-dev libffi6 && \
     apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
 
 # Install any python dependencies


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