We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d53d65 + 84d293f commit 365c280Copy full SHA for 365c280
2 files changed
Dockerfile
@@ -6,7 +6,12 @@ ARG VERSION=latest
6
#
7
# Release image for the scripts
8
9
-FROM ubuntu:18.04
+FROM ubuntu:22.04
10
+
11
+#
12
+# Disabling interactive mode
13
14
+ENV DEBIAN_FRONTEND=noninteractive
15
16
17
# Installation of wget for installation script
@@ -29,11 +34,6 @@ COPY install-choco-scripts.sh /scripts/
29
34
30
35
RUN /scripts/install-choco-scripts.sh /scripts/ $VERSION
31
36
32
-#
33
-# Disabling interactive mode
-ENV DEBIAN_FRONTEND=noninteractive
-
37
38
# Some installation in the packages are interactive, so we
39
# want to force noninteractive mode
Dockerfile.builder
@@ -1,4 +1,4 @@
1
2
3
RUN apt-get update
4
RUN apt-get install -y p7zip-full
0 commit comments