From 4c6710969534568585bb7295291216b7ae872d45 Mon Sep 17 00:00:00 2001 From: Andrey Kurilin Date: Tue, 8 Sep 2015 15:49:07 +0300 Subject: [PATCH] [BugFix] Add ability to install tempest in docker Change-Id: I07b677411ccad44ca34baba85820626befe06f3b Closes-Bug: #1493359 --- Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index e5ad8c07..5b165f43 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,12 +27,8 @@ RUN ./install_rally.sh --system --verbose --yes \ rm -rf /tmp/* && \ apt-get -y remove \ build-essential \ - gcc-4.8 \ - libffi-dev \ - libssl-dev \ libxml2-dev \ libxslt1-dev \ - python-dev \ python3 \ && \ apt-get -y autoremove && \