Update Dockerfile (#3856)
author이한종/동작제어Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Tue, 4 Dec 2018 10:50:42 +0000 (19:50 +0900)
committer이춘석/동작제어Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Tue, 4 Dec 2018 10:50:42 +0000 (19:50 +0900)
Update Dockerfile to have python3 in the docker image.

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
scripts/docker/Dockerfile

index 59913ef..37e4e1e 100644 (file)
@@ -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