File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ 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 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 \
163
163
&& mkdir /etc/apt/keyrings \
164
164
&& curl -fsSL -o /etc/apt/keyrings/salt-archive-keyring-2023-arm.gpg https://packages.broadcom.com/artifactory/api/security/keypair/SaltProjectKey/public \
165
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 \
You can’t perform that action at this time.
0 commit comments