From 5971ee1a469060d437507afbc48c723902fdc0bb Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sun, 12 May 2019 22:57:52 +0200 Subject: [PATCH] Update Dockerfile --- .azure/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.azure/Dockerfile b/.azure/Dockerfile index 228bf3a97..a2bfc7e65 100644 --- a/.azure/Dockerfile +++ b/.azure/Dockerfile @@ -21,3 +21,5 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ wget patch vim cpio python unzip rsync bc bzip2 ncurses-dev sudo \ git make g++ file perl bash binutils locales qemu-utils bison flex \ && rm -rf /var/lib/apt/lists/* + +WORKDIR /build