mirror of
https://github.com/hassio-addons/addon-thelounge.git
synced 2025-05-04 19:11:27 +00:00
Link python3
to python
Needed for `sqlite3` JS module build.
This commit is contained in:
parent
5feb7ea796
commit
ddd183917c
1 changed files with 2 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue