Skip to content

Commit

Permalink
base image no have curl command (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
takara9 committed Jul 23, 2023
1 parent 04f5136 commit 8c6df0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ARG OMSA_VERSION=11000
ARG UBUNTU_VERSION=jammy

# Setup DELL repository
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\
&& 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 \
&& wget https://linux.dell.com/repo/pgp_pubkeys/0x1285491434D8786F.asc \
&& apt-key add 0x1285491434D8786F.asc \
Expand Down

0 comments on commit 8c6df0d

Please sign in to comment.