File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -159,13 +159,13 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
159
159
ENV DEBIAN_FRONTEND noninteractive
160
160
161
161
# Install one-dir salt
162
- RUN mkdir /etc/apt/keyrings \
162
+ RUN apt-get clean && apt-get update apt-get install-y apt-transport-https \
163
+ && mkdir /etc/apt/keyrings \
163
164
&& curl -fsSL -o /etc/apt/keyrings/salt-archive-keyring-2023-arm.gpg https://packages.broadcom.com/artifactory/api/security/keypair/SaltProjectKey/public \
164
165
&& 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 \
165
166
&& curl -fsSL -o /etc/apt/keyrings/salt-archive-keyring-2023-arm.gpg https://packages.broadcom.com/artifactory/api/security/keypair/SaltProjectKey/public \
166
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 -a /etc/apt/sources.list.d/salt.list \
167
- && apt-get clean && apt-get update \
168
- && apt-get install -y apt-transport-https salt-minion
168
+ && apt-get install -y salt-minion
169
169
170
170
ADD docker/all-in-one/etc/salt/minion /etc/salt/minion
171
171
You can’t perform that action at this time.
0 commit comments