Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
takara9 committed Jul 20, 2023
1 parent f82c236 commit 243093e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ARG UBUNTU_VERSION=jammy

# Setup DELL repository
RUN apt-get update -y && apt-get install -y --no-install-recommends wget gnupg ca-certificates \
&& 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 \
&& 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 \
&& rm 0x1285491434D8786F.asc
Expand All @@ -25,7 +25,6 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends wget gnupg c
COPY systemctl-dummy /usr/bin/systemctl

# Install DELL's tools
# The installation of dcism will failed due to no GUI in the container. Therefore added "exit 0" to avoid stopping job.
# monitor-hw call /usr/libexec/instsvcdrv-helper which depends on "kmod" package. We must install "kmod"
RUN apt-get update -y \
&& ln -s /usr/lib/x86_64-linux-gnu/libssl.so.3 /usr/lib/libssl.so \
Expand Down

0 comments on commit 243093e

Please sign in to comment.