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 64d5aa7 commit ba30637Copy full SHA for ba30637
ci_build_images/debian-release.Dockerfile
@@ -8,7 +8,7 @@ FROM "$BASE_IMAGE"
8
LABEL maintainer="MariaDB Buildbot maintainers"
9
10
# This will make apt-get install without question
11
-ARG DEBIAN_FRONTEND=noninteractive
+ENV DEBIAN_FRONTEND=noninteractive
12
13
# Install updates and required packages
14
RUN . /etc/os-release; \
ci_build_images/debian.Dockerfile
@@ -10,7 +10,7 @@ LABEL maintainer="MariaDB Buildbot maintainers"
ENV CARGO_NET_GIT_FETCH_WITH_CLI=true
15
# Enable apt sources
16
RUN . /etc/os-release \
0 commit comments