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 d56b139 commit f4d144cCopy full SHA for f4d144c
docker/all-in-one/Dockerfile
@@ -156,8 +156,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
156
####################
157
# Install salt
158
159
-ENV DEBIAN_FRONTEND noninteractive
160
-ENV SALT_VERSION 3006
+ENV DEBIAN_FRONTEND=noninteractive
+ENV SALT_VERSION=3006
161
162
# Install one-dir salt
163
RUN cat <<EOF > /etc/apt/preferences.d/salt-pin-1001
0 commit comments