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 04f5136 commit 8c6df0dCopy full SHA for 8c6df0d
docker/Dockerfile
@@ -15,7 +15,7 @@ ARG OMSA_VERSION=11000
15
ARG UBUNTU_VERSION=jammy
16
17
# Setup DELL repository
18
-RUN apt-get update -y && apt-get install -y --no-install-recommends wget gnupg ca-certificates \
+RUN apt-get update -y && apt-get install -y --no-install-recommends wget gnupg ca-certificates curl\
19
&& echo "deb http://linux.dell.com/repo/community/openmanage/${OMSA_VERSION}/${UBUNTU_VERSION} ${UBUNTU_VERSION} main" | tee -a /etc/apt/sources.list.d/linux.dell.com.sources.list \
20
&& wget https://linux.dell.com/repo/pgp_pubkeys/0x1285491434D8786F.asc \
21
&& apt-key add 0x1285491434D8786F.asc \
0 commit comments