Skip to content

Commit f4d144c

Browse files
committed
chore: remove legacy ENV syntax
1 parent d56b139 commit f4d144c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/all-in-one/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
156156
####################
157157
# Install salt
158158
####################
159-
ENV DEBIAN_FRONTEND noninteractive
160-
ENV SALT_VERSION 3006
159+
ENV DEBIAN_FRONTEND=noninteractive
160+
ENV SALT_VERSION=3006
161161

162162
# Install one-dir salt
163163
RUN cat <<EOF > /etc/apt/preferences.d/salt-pin-1001

0 commit comments

Comments
 (0)