Skip to content

Commit f7f81ac

Browse files
fix ghostscript
1 parent cc63927 commit f7f81ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
FROM ubuntu:22.04
22

3-
RUN sed -i 's/main$/main contrib non-free/' /etc/apt/sources.list
43
RUN DEBIAN_FRONTEND=noninteractive apt-get update --fix-missing
54
RUN DEBIAN_FRONTEND=noninteractive apt-get upgrade -y
65

@@ -204,7 +203,8 @@ ENV PATH="$SDKMAN_DIR/bin:$SDKMAN_DIR/candidates/kotlin/current/bin:$PATH"
204203
RUN kotlin -version
205204

206205
### PostScript
207-
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y ghostscript
206+
RUN sed -i 's/main$/main contrib non-free/' /etc/apt/sources.list \
207+
&& DEBIAN_FRONTEND=noninteractive apt-get install -y ghostscript
208208

209209

210210
### Lua

0 commit comments

Comments
 (0)