Skip to content

Commit 2a5b4c2

Browse files
author
Clyde Johnston
committed
Upgraded base OS to Ubuntu 20.04
1 parent e093a94 commit 2a5b4c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

texer/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
2-
# Builds the c_cpp/ubuntu-18.04 toolchain container.
2+
# Builds the c_cpp/ubuntu-20.04 toolchain container.
33
#
4-
FROM ubuntu:18.04
4+
FROM ubuntu:20.04
55

66
VOLUME /repo
77

@@ -17,13 +17,13 @@ ENV LC_ALL=en_US.UTF-8
1717
RUN apt-get update
1818

1919
# setup locales in the container so Python can default to utf-8.
20+
RUN apt-get -y install apt-utils
2021
RUN apt-get -y install locales
2122

2223
# from http://jaredmarkell.com/docker-and-locales/
2324
RUN locale-gen en_US.UTF-8
2425

2526
RUN apt-get -y install software-properties-common
26-
RUN apt-get -y install apt-utils
2727
RUN apt-get -y install texlive-full
2828
RUN apt-get -y install lyx
2929
RUN apt-get -y install inkscape

0 commit comments

Comments
 (0)