Link python3 to python for the sqlite3 JS module build (#117)

This commit is contained in:
Anthony Atkinson 2022-07-11 12:59:58 -04:00 committed by GitHub
parent 5feb7ea796
commit ab84c6e18a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 \