File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM debian:buster-slim
22
33ARG DEBIAN_FRONTEND=noninteractive
44RUN 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 \
4040fi" > /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
4343ARG UNAME=elisa
4444ARG UID=1000
You can’t perform that action at this time.
0 commit comments