Skip to content

Commit 44f92f0

Browse files
authored
[Feature:TAGrading] libreoffice for docx->pdf conversion (#41)
1 parent a523a62 commit 44f92f0

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
FROM ubuntu:22.04
2+
3+
RUN apt-get update
4+
RUN apt-get install libreoffice-writer-nogui -y
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"pushLatest": true,
3+
"latestTag": "libreoffice-writer"
4+
}

0 commit comments

Comments
 (0)