Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewegel committed Aug 31, 2020
1 parent add09be commit 38e34de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/Dockerfile.ubi8
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ RUN microdnf install yum \
&& yum update -y \
&& yum install -y openssl git wget nc python${PYTHON_VERSION} tar procps krb5-workstation iputils hostname \
&& alternatives --set python /usr/bin/python3 \
&& pip3 install --only-binary --prefix=/usr/local" --upgrade -rrequirements.txt \
&& pip3 install --only-binary --prefix=/usr/local --upgrade -rrequirements.txt \
# https://docs.azul.com/zulu/zuludocs/ZuluUserGuide/PrepareZuluPlatform/AttachYumRepositoryRHEL-SLES-OracleLinuxSys.htm
&& rpm --import https://www.azul.com/files/0xB1998361219BD9C9.txt \
&& yum -y install https://cdn.azul.com/zulu/bin/zulu-repo-1.0.0-1.noarch.rpm \
Expand Down

0 comments on commit 38e34de

Please sign in to comment.