Skip to content

Commit 23f3e13

Browse files
committed
wip
1 parent ae94832 commit 23f3e13

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docker/all-in-one/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,16 +157,15 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
157157
# Install salt
158158
####################
159159
ENV DEBIAN_FRONTEND noninteractive
160-
ENV SALT_VERSION 3006
161160

162161
# Install one-dir salt
163162
RUN mkdir /etc/apt/keyrings \
164163
&& curl -fsSL -o /etc/apt/keyrings/salt-archive-keyring-2023-arm.gpg https://packages.broadcom.com/artifactory/api/security/keypair/SaltProjectKey/public \
165164
&& echo "deb [signed-by=/etc/apt/keyrings/salt-archive-keyring-2023-arm.gpg arch=arm64] https://packages.broadcom.com/artifactory/saltproject-deb/ stable main" | tee /etc/apt/sources.list.d/salt.list \
166165
&& curl -fsSL -o /etc/apt/keyrings/salt-archive-keyring-2023-arm.gpg https://packages.broadcom.com/artifactory/api/security/keypair/SaltProjectKey/public \
167-
&& echo "deb [signed-by=/etc/apt/keyrings/salt-archive-keyring-2023-arm.gpg arch=amd64] https://packages.broadcom.com/artifactory/saltproject-deb/ stable main" | tee /etc/apt/sources.list.d/salt.list \
166+
&& echo "deb [signed-by=/etc/apt/keyrings/salt-archive-keyring-2023-arm.gpg arch=amd64] https://packages.broadcom.com/artifactory/saltproject-deb/ stable main" | tee -a /etc/apt/sources.list.d/salt.list \
168167
&& apt-get clean && apt-get update \
169-
&& apt-get install -y salt-minion
168+
&& apt-get install -y apt-transport-https salt-minion
170169

171170
ADD docker/all-in-one/etc/salt/minion /etc/salt/minion
172171

0 commit comments

Comments
 (0)