Skip to content

Commit 7f4ca9d

Browse files
authored
[Feature:Autograding] bump libreoffice (#71)
update libreoffice image --------- Co-authored-by: Barb Cutler <Barb Cutler>
1 parent 991a25c commit 7f4ca9d

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
FROM ubuntu:24.04
2+
3+
RUN apt-get update
4+
RUN apt-get update --fix-missing
5+
RUN apt-get install -y libreoffice-writer-nogui
6+
7+
# cleanup
8+
RUN rm -rf /var/lib/apt/lists/*

dockerfiles/libreoffice-writer/libreoffice-writer/Dockerfile

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"pushLatest": true,
3-
"latestTag": "libreoffice-writer"
3+
"latestTag": "24"
44
}

0 commit comments

Comments
 (0)