Link python3 to python

Needed for `sqlite3` JS module build.
This commit is contained in:
Anthony Atkinson 2022-07-10 01:32:49 -04:00 committed by Franck Nijhof
parent 5feb7ea796
commit ddd183917c

View file

@ -12,6 +12,8 @@ RUN \
python3=3.10.4-r0 \
yarn=1.22.19-r0 \
\
&& ln -s /usr/bin/python3 /usr/bin/python \
\
&& apk add --no-cache \
icu-data-full=71.1-r2 \
nginx=1.22.0-r1 \