summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
author이한종/동작제어Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>2018-12-04 19:50:42 +0900
committer이춘석/동작제어Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>2018-12-04 19:50:42 +0900
commit86da2241d7cdde1695e3e4a726b8e932aab61ce2 (patch)
tree88995f8078e842e79d9a8ade0d73424654ab556a /scripts
parentb1f8cf894c979afe40fcbc1ebffa551255f781e4 (diff)
downloadnnfw-86da2241d7cdde1695e3e4a726b8e932aab61ce2.tar.gz
nnfw-86da2241d7cdde1695e3e4a726b8e932aab61ce2.tar.bz2
nnfw-86da2241d7cdde1695e3e4a726b8e932aab61ce2.zip
Update Dockerfile (#3856)
Update Dockerfile to have python3 in the docker image. Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/docker/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/docker/Dockerfile b/scripts/docker/Dockerfile
index 59913ef46..37e4e1ebf 100644
--- a/scripts/docker/Dockerfile
+++ b/scripts/docker/Dockerfile
@@ -16,3 +16,4 @@ RUN apt-get update && apt-get --yes --force-yes install wget
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.tar.xz -nv
RUN tar -xf gcc.tar.xz -C /opt/ && rm -rf gcc.tar.xz
ENV PATH "/opt/gcc-linaro-6.3.1-2017.02-x86_64_arm-linux-gnueabihf/bin:$PATH"
+RUN apt-get update && apt-get --yes --force-yes install python3