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.
2 parents 6777dc2 + cd46c1a commit f74a497Copy full SHA for f74a497
1 file changed
Dockerfile
@@ -1,7 +1,7 @@
1
FROM ubuntu:22.04
2
3
RUN apt-get update && \
4
- apt-get install -y jq coreutils wget zip libfontconfig1 && \
+ apt-get install -y coreutils wget zip libfontconfig1 && \
5
apt-get purge --auto-remove && \
6
apt-get clean && \
7
rm -rf /var/lib/apt/lists/*
0 commit comments