Skip to content

Commit

Permalink
fix ghostscript
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-dietrich committed Nov 4, 2024
1 parent cc63927 commit f7f81ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
FROM ubuntu:22.04

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

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

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


### Lua
Expand Down

0 comments on commit f7f81ac

Please sign in to comment.