Skip to content

Commit 8c6df0d

Browse files
authored
base image no have curl command (#92)
1 parent 04f5136 commit 8c6df0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ARG OMSA_VERSION=11000
1515
ARG UBUNTU_VERSION=jammy
1616

1717
# Setup DELL repository
18-
RUN apt-get update -y && apt-get install -y --no-install-recommends wget gnupg ca-certificates \
18+
RUN apt-get update -y && apt-get install -y --no-install-recommends wget gnupg ca-certificates curl\
1919
&& 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 \
2020
&& wget https://linux.dell.com/repo/pgp_pubkeys/0x1285491434D8786F.asc \
2121
&& apt-key add 0x1285491434D8786F.asc \

0 commit comments

Comments
 (0)