Sort multi-line arguments alphanumerically 67/25467/1
authorhelenyao <yaohelan@huawei.com>
Mon, 5 Dec 2016 07:39:38 +0000 (02:39 -0500)
committerhelenyao <yaohelan@huawei.com>
Mon, 5 Dec 2016 07:39:38 +0000 (02:39 -0500)
JIRA: FUNCTEST-637

Whenever possible, ease later changes by sorting multi-line arguments alphanumerically. This will help you avoid duplication of packages and make the list much easier to update.

Change-Id: I85eae3a7019f5f2f30abf7a3f44896017acae9b7
Signed-off-by: helenyao <yaohelan@huawei.com>
docker/Dockerfile

index dc772c5..4caf50d 100644 (file)
@@ -57,26 +57,26 @@ WORKDIR ${HOME}
 
 # Packaged dependencies
 RUN apt-get update && apt-get install -y \
-ssh \
-sshpass \
+build-essential \
+bundler \
+crudini \
 curl \
-git \
 gcc \
-wget \
+git \
+libffi-dev \
+libgmp3-dev \
+libpq-dev \
+libssl-dev \
+libxml2-dev \
+libxslt-dev \
 python-dev \
 python-mock \
 python-pip \
-bundler \
 postgresql \
-build-essential \
-libpq-dev \
-libxslt-dev \
-libssl-dev \
-libgmp3-dev \
-libxml2-dev \
-libffi-dev \
-crudini \
 ruby1.9.1-dev \
+ssh \
+sshpass \
+wget \
 --no-install-recommends
 
 RUN pip install --upgrade pip