summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>2019-04-01 16:33:38 +0900
committer이춘석/On-Device Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>2019-04-01 16:33:38 +0900
commit269b3fd459eecc6284649952288c819d4579bd6d (patch)
tree78c69c10290d8be2cf0a3fd8ca6b03a6755a92e0 /scripts
parent1a06b93fab2cbc72fd2aa87738ff60c0ee24e014 (diff)
downloadnnfw-269b3fd459eecc6284649952288c819d4579bd6d.tar.gz
nnfw-269b3fd459eecc6284649952288c819d4579bd6d.tar.bz2
nnfw-269b3fd459eecc6284649952288c819d4579bd6d.zip
Install unzip in docker image (#4908)
Install unzip in docker image It will be used for x86-64 test Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/docker/Dockerfile b/scripts/docker/Dockerfile
index 2b2a7b37d..5da754902 100644
--- a/scripts/docker/Dockerfile
+++ b/scripts/docker/Dockerfile
@@ -11,7 +11,7 @@ RUN apt-get update && apt-get --yes --force-yes install lcov
RUN apt-get update && apt-get --yes --force-yes install clang-format-3.9 python-pip
RUN pip install yapf==0.22.0
RUN apt-get update && apt-get --yes --force-yes install doxygen graphviz
-RUN apt-get update && apt-get --yes --force-yes install wget
+RUN apt-get update && apt-get --yes --force-yes install wget unzip
# Install cross build tool gcc version 6.x
RUN wget https://releases.linaro.org/components/toolchain/binaries/6.3-2017.02/arm-linux-gnueabihf/gcc-linaro-6.3.1-2017.02-x86_64_arm-linux-gnueabihf.tar.xz -O gcc-hardfp.tar.xz -nv
RUN wget https://releases.linaro.org/components/toolchain/binaries/6.2-2016.11/arm-linux-gnueabi/gcc-linaro-6.2.1-2016.11-x86_64_arm-linux-gnueabi.tar.xz -O gcc-softfp.tar.xz -nv