Update Dockerfile to use apt-get for installs
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
FROM harbor.pollinger.dev/dockerhub-mirror/texlive/texlive:latest AS default
|
FROM harbor.pollinger.dev/dockerhub-mirror/texlive/texlive:latest AS default
|
||||||
RUN apt update
|
RUN apt-get update
|
||||||
RUN apt install graphviz nodejs -y
|
RUN apt-get install graphviz nodejs git-lfs -y
|
||||||
RUN luaotfload-tool --update
|
RUN luaotfload-tool --update
|
||||||
|
|
||||||
FROM default AS python
|
FROM default AS python
|
||||||
RUN apt update
|
RUN apt-get update
|
||||||
RUN apt install python3 python3-pip -y
|
RUN apt-get install python3 python3-pip -y
|
||||||
Reference in New Issue
Block a user