We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc63927 commit f7f81acCopy full SHA for f7f81ac
Dockerfile
@@ -1,6 +1,5 @@
1
FROM ubuntu:22.04
2
3
-RUN sed -i 's/main$/main contrib non-free/' /etc/apt/sources.list
4
RUN DEBIAN_FRONTEND=noninteractive apt-get update --fix-missing
5
RUN DEBIAN_FRONTEND=noninteractive apt-get upgrade -y
6
@@ -204,7 +203,8 @@ ENV PATH="$SDKMAN_DIR/bin:$SDKMAN_DIR/candidates/kotlin/current/bin:$PATH"
204
203
RUN kotlin -version
205
206
### PostScript
207
-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
208
209
210
### Lua
0 commit comments