insights and other extension fixes
This commit is contained in:
parent
8bd65f7313
commit
ca9acbdffb
8 changed files with 955 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM debian:bookworm-slim
|
||||
FROM --platform=linux/arm64 debian:bookworm-slim
|
||||
|
||||
ARG PYTHON_VERSION=3.11
|
||||
ARG NODE_MAJOR=22
|
||||
|
|
@ -19,6 +19,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||
git \
|
||||
ssh \
|
||||
make \
|
||||
sudo \
|
||||
build-essential \
|
||||
unzip \
|
||||
jq \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue