Compare commits
2 commits
fd292f1e4d
...
0ca19c653c
Author | SHA1 | Date | |
---|---|---|---|
0ca19c653c | |||
89449b079e |
2 changed files with 3 additions and 2 deletions
|
@ -7,7 +7,7 @@ on:
|
||||||
- cron: '30 5 */10 * *'
|
- cron: '30 5 */10 * *'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
IMAGES: system-toolbox cloud-toolbox tor zabbix-agent snowflake jupyter
|
IMAGES: system-toolbox cloud-toolbox tor zabbix-agent snowflake
|
||||||
jobs:
|
jobs:
|
||||||
build-images-arm64:
|
build-images-arm64:
|
||||||
runs-on: [ arm64 ]
|
runs-on: [ arm64 ]
|
||||||
|
|
|
@ -12,7 +12,7 @@ ENV PKGS_PIP="jupyter \
|
||||||
jedi-language-server \
|
jedi-language-server \
|
||||||
jupyterlab-lsp \
|
jupyterlab-lsp \
|
||||||
python-lsp-server[all] \
|
python-lsp-server[all] \
|
||||||
JLDracula \
|
jupyterthemes \
|
||||||
jupyterlab-vim \
|
jupyterlab-vim \
|
||||||
"
|
"
|
||||||
ENV PKGS_NPM="bash-language-server \
|
ENV PKGS_NPM="bash-language-server \
|
||||||
|
@ -33,6 +33,7 @@ RUN dnf5 install -y ${PKGS_DNF} ${PKGS_DNF_BUILD} && \
|
||||||
python3 -m venv /venv && \
|
python3 -m venv /venv && \
|
||||||
pip install -U pip && \
|
pip install -U pip && \
|
||||||
pip install ${PKGS_PIP} && \
|
pip install ${PKGS_PIP} && \
|
||||||
|
jt -t monokai -f firacode && \
|
||||||
python -m bash_kernel.install && \
|
python -m bash_kernel.install && \
|
||||||
python -m mariadb_kernel.install && \
|
python -m mariadb_kernel.install && \
|
||||||
cargo install --git https://github.com/latex-lsp/texlab --locked && \
|
cargo install --git https://github.com/latex-lsp/texlab --locked && \
|
||||||
|
|
Loading…
Reference in a new issue