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 e093a94 commit 2a5b4c2Copy full SHA for 2a5b4c2
texer/Dockerfile
@@ -1,7 +1,7 @@
1
#
2
-# Builds the c_cpp/ubuntu-18.04 toolchain container.
+# Builds the c_cpp/ubuntu-20.04 toolchain container.
3
4
-FROM ubuntu:18.04
+FROM ubuntu:20.04
5
6
VOLUME /repo
7
@@ -17,13 +17,13 @@ ENV LC_ALL=en_US.UTF-8
17
RUN apt-get update
18
19
# setup locales in the container so Python can default to utf-8.
20
+RUN apt-get -y install apt-utils
21
RUN apt-get -y install locales
22
23
# from http://jaredmarkell.com/docker-and-locales/
24
RUN locale-gen en_US.UTF-8
25
26
RUN apt-get -y install software-properties-common
-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
0 commit comments