We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72d5629 commit 1334ceeCopy full SHA for 1334cee
texer/Dockerfile
@@ -26,6 +26,7 @@ RUN apt-get -y install software-properties-common
26
RUN apt-get -y install apt-utils
27
RUN apt-get -y install texlive-full
28
RUN apt-get -y install lyx
29
+RUN apt-get -y install inkscape
30
RUN apt-get -y install git
31
32
RUN add-apt-repository -y ppa:deadsnakes/ppa
@@ -44,3 +45,4 @@ RUN wget -q https://packages.microsoft.com/config/ubuntu/18.04/packages-microsof
44
45
dpkg -i packages-microsoft-prod.deb
46
RUN apt-get update && \
47
apt-get install -y powershell
48
+
0 commit comments