You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: texer/Dockerfile
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,14 @@
1
1
#
2
-
# Builds the toolshed/ubuntu-20.04 toolchain container.
2
+
# Builds the toolshed/ubuntu-22.04 toolchain container.
3
3
#
4
-
FROM ubuntu:20.04
4
+
FROM ubuntu:22.04
5
5
6
6
LABEL org.opencontainers.image.description "Provides a consistent build and test environment for authoring, continuous-integration, and publication of OpenCyphal LaTeX documents."
7
7
8
8
VOLUME /repo
9
9
10
10
WORKDIR /repo
11
11
12
-
13
12
ENV DEBIAN_FRONTEND=noninteractive
14
13
15
14
ENV LANG=en_US.UTF-8
@@ -46,7 +45,7 @@ RUN python3 -m pip install pygments
46
45
47
46
# install Powershell
48
47
RUN apt-get -y install --no-install-recommends wget apt-transport-https
49
-
RUN wget -q https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb && \
48
+
RUN wget -q https://packages.microsoft.com/config/ubuntu/22.04/packages-microsoft-prod.deb && \
0 commit comments