Skip to content

Commit c588d55

Browse files
authored
Merge pull request #56 from sudipm-mukherjee/sudip/python3
Use python3 as default python
2 parents fea9aff + a0710b9 commit c588d55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Docker_container/elisa.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM debian:buster-slim
22

33
ARG DEBIAN_FRONTEND=noninteractive
44
RUN set -x && apt-get update && apt-get upgrade -y \
5-
&& apt-get install -y curl python\
5+
&& apt-get install -y curl python \
66
gawk wget git-core diffstat unzip texinfo gcc-multilib \
77
build-essential chrpath socat libsdl1.2-dev xterm \
88
cpio file locales lz4 zstd procps libtinfo5
@@ -38,7 +38,7 @@ if [ ! -d \$AGL_TOP/needlefish ]; then\n\
3838
repo sync\n\
3939
git clone https://github.com/elisa-tech/meta-elisa.git\n\
4040
fi" > /bin/setup_elisa.sh
41-
RUN chmod a+x /bin/setup_elisa.sh
41+
RUN chmod a+x /bin/setup_elisa.sh && update-alternatives --install /usr/bin/python python /usr/bin/python3.7m 3
4242

4343
ARG UNAME=elisa
4444
ARG UID=1000

0 commit comments

Comments
 (0)