Update Dockerfile
All checks were successful
All checks were successful
This commit is contained in:
@@ -12,7 +12,7 @@ RUN apk add --no-cache ${PYTHON_PACKAGES}
|
|||||||
|
|
||||||
FROM default AS full
|
FROM default AS full
|
||||||
RUN apk add --no-cache texlive-full
|
RUN apk add --no-cache texlive-full
|
||||||
RUN luaotfload-tool --no-cache
|
RUN luaotfload-tool --update
|
||||||
|
|
||||||
FROM full AS full-python
|
FROM full AS full-python
|
||||||
RUN apk add --no-cache ${PYTHON_PACKAGES}
|
RUN apk add --no-cache ${PYTHON_PACKAGES}
|
||||||
Reference in New Issue
Block a user