Skip to content

Commit 7a508ad

Browse files
committed
wip
1 parent 6df5a3f commit 7a508ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/all-in-one/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
159159
ENV DEBIAN_FRONTEND noninteractive
160160

161161
# Install one-dir salt
162-
RUN apt-get clean && apt-get update apt-get install-y apt-transport-https \
162+
RUN apt-get clean && apt-get update && apt-get install -y apt-transport-https \
163163
&& mkdir /etc/apt/keyrings \
164164
&& curl -fsSL -o /etc/apt/keyrings/salt-archive-keyring-2023-arm.gpg https://packages.broadcom.com/artifactory/api/security/keypair/SaltProjectKey/public \
165165
&& 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 \

0 commit comments

Comments
 (0)