Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -27,7 +27,8 @@ RUN wget http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz; \
|
|
27 |
rm -r /install-tl-unx; \
|
28 |
rm install-tl-unx.tar.gz
|
29 |
ENV PATH="/usr/local/texlive/2024/bin/x86_64-linux:${PATH}"
|
30 |
-
|
|
|
31 |
# Switch to the "user" user
|
32 |
USER user
|
33 |
# Try and run pip command after setting the user with `USER user` to avoid permission issues with Python
|
|
|
27 |
rm -r /install-tl-unx; \
|
28 |
rm install-tl-unx.tar.gz
|
29 |
ENV PATH="/usr/local/texlive/2024/bin/x86_64-linux:${PATH}"
|
30 |
+
#Install full
|
31 |
+
#RUN tlmgr install scheme-full
|
32 |
# Switch to the "user" user
|
33 |
USER user
|
34 |
# Try and run pip command after setting the user with `USER user` to avoid permission issues with Python
|