remove latex
This commit is contained in:
parent
3ac59ef2e8
commit
b712623f28
1 changed files with 2 additions and 8 deletions
|
@ -6,7 +6,6 @@ ENV PATH=/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
||||||
ENV PKGS_DNF="python \
|
ENV PKGS_DNF="python \
|
||||||
nodejs \
|
nodejs \
|
||||||
latex \
|
latex \
|
||||||
xelatex \
|
|
||||||
tini \
|
tini \
|
||||||
bind-utils \
|
bind-utils \
|
||||||
iputils \
|
iputils \
|
||||||
|
@ -17,7 +16,7 @@ ENV PKGS_DNF="python \
|
||||||
wget \
|
wget \
|
||||||
rsync"
|
rsync"
|
||||||
|
|
||||||
ENV PKGS_DNF_BUILD="cargo python3-devel"
|
#ENV PKGS_DNF_BUILD="cargo python3-devel systemd"
|
||||||
|
|
||||||
ENV PKGS_PIP="jupyter \
|
ENV PKGS_PIP="jupyter \
|
||||||
bash_kernel \
|
bash_kernel \
|
||||||
|
@ -42,7 +41,7 @@ ENV PKGS_NPM="bash-language-server \
|
||||||
vscode-json-languageserver-bin \
|
vscode-json-languageserver-bin \
|
||||||
yaml-language-server"
|
yaml-language-server"
|
||||||
|
|
||||||
RUN dnf5 install -y ${PKGS_DNF} ${PKGS_DNF_BUILD} && \
|
RUN dnf5 install -y ${PKGS_DNF} && \
|
||||||
mkdir /jupyter && \
|
mkdir /jupyter && \
|
||||||
cd /jupyter && \
|
cd /jupyter && \
|
||||||
npm install ${PKGS_NPM} && \
|
npm install ${PKGS_NPM} && \
|
||||||
|
@ -52,11 +51,6 @@ RUN dnf5 install -y ${PKGS_DNF} ${PKGS_DNF_BUILD} && \
|
||||||
jt -t monokai -f firacode && \
|
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 && \
|
|
||||||
mv /root/.cargo/bin/texlab /usr/bin/ && \
|
|
||||||
rpm -e --nodeps systemd && \
|
|
||||||
rm -rf /root/.cache/* /root/.cargo && \
|
|
||||||
dnf5 remove -y ${PKGS_DNF_BUILD} && \
|
|
||||||
dnf5 autoremove -y && \
|
dnf5 autoremove -y && \
|
||||||
dnf5 clean all
|
dnf5 clean all
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue