Skip to content

Commit

Permalink
chore: remove legacy ENV syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
tgallacher committed Jan 16, 2025
1 parent cc7deaf commit fc698d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/all-in-one/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
####################
# Install salt
####################
ENV DEBIAN_FRONTEND noninteractive
ENV SALT_VERSION 3006
ENV DEBIAN_FRONTEND=noninteractive
ENV SALT_VERSION=3006

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

0 comments on commit fc698d0

Please sign in to comment.