Skip to content

Commit 6df5a3f

Browse files
committed
wip
1 parent 23f3e13 commit 6df5a3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker/all-in-one/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,13 +159,13 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
159159
ENV DEBIAN_FRONTEND noninteractive
160160

161161
# 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 \
163164
&& curl -fsSL -o /etc/apt/keyrings/salt-archive-keyring-2023-arm.gpg https://packages.broadcom.com/artifactory/api/security/keypair/SaltProjectKey/public \
164165
&& 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 \
165166
&& curl -fsSL -o /etc/apt/keyrings/salt-archive-keyring-2023-arm.gpg https://packages.broadcom.com/artifactory/api/security/keypair/SaltProjectKey/public \
166167
&& 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
169169

170170
ADD docker/all-in-one/etc/salt/minion /etc/salt/minion
171171

0 commit comments

Comments
 (0)