We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f2476c commit 5443c5fCopy full SHA for 5443c5f
dockerfiles/Dockerfile.focal
@@ -47,6 +47,7 @@ EXPOSE 22
47
RUN /usr/sbin/sshd
48
49
# Setup Salt Common
50
+RUN mkdir -p /etc/apt/keyrings
51
RUN wget --quiet -O /etc/apt/keyrings/salt-archive-keyring-2024.pgp https://packages.broadcom.com/artifactory/api/security/keypair/SaltProjectKey/public
52
RUN echo "deb [signed-by=/etc/apt/keyrings/salt-archive-keyring-2024.pgp arch=$(dpkg --print-architecture)] https://packages.broadcom.com/artifactory/saltproject-deb/ stable main" > /etc/apt/sources.list.d/salt.list
53
0 commit comments