aboutsummaryrefslogtreecommitdiff
path: root/utopic-amd64-art
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2016-01-26 11:18:29 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2016-01-26 11:18:29 +0200
commiteb113b3468c3b691701d8c09d2779d1e43b5d5ca (patch)
tree12babfe34fde362445c0d6367b4564a6385a38f5 /utopic-amd64-art
parent2a758a3cb6bb637c44df13164148f0f5f21114e8 (diff)
utopic-amd64-art: fix syntax error
missing '\' 'after apt-get clean' line Change-Id: Ia7dafc0c436b4e8886c523d6264f6d46416778ec Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'utopic-amd64-art')
-rw-r--r--utopic-amd64-art/Dockerfile7
1 files changed, 4 insertions, 3 deletions
diff --git a/utopic-amd64-art/Dockerfile b/utopic-amd64-art/Dockerfile
index 9a9be4a1..adb71100 100644
--- a/utopic-amd64-art/Dockerfile
+++ b/utopic-amd64-art/Dockerfile
@@ -41,11 +41,12 @@ RUN dpkg --add-architecture i386 \
xml-twig-tools \
zip \
zlib1g-dev:i386 \
- && wget -q http://snapshot.debian.org/archive/debian/20151016T034032Z/pool/main/a/acpica-unix/acpica-tools_20150930-1_amd64.deb \
- http://de.archive.ubuntu.com/ubuntu/pool/main/m/make-dfsg/make_3.81-8.2ubuntu3_amd64.deb \
+ && wget -q \
+ http://snapshot.debian.org/archive/debian/20151016T034032Z/pool/main/a/acpica-unix/acpica-tools_20150930-1_amd64.deb \
+ http://de.archive.ubuntu.com/ubuntu/pool/main/m/make-dfsg/make_3.81-8.2ubuntu3_amd64.deb \
&& dpkg -i --force-all *.deb \
&& apt-mark hold make \
- && apt-get clean
+ && apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* *.deb
RUN useradd -m -p '$6$7tSX2YU5Q$ydZwAuWtNPPBb1Fv/tzy3eFeEP/ThDBUjV/4vHVx6bVyfYMX6Q9PYhdV/CyJg7uthSIqIyzlNF65NVB1xwGtt0/' buildslave \