UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
C
Confluent
Kafka
cp-kafka-5.5.x
Commits
28cff70a
Commit
28cff70a
authored
Nov 12, 2020
by
Scott Stroud
Browse files
pip update
parent
e1460850
Pipeline
#74033
passed with stages
in 40 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
Dockerfile
Dockerfile
+5
-5
No files found.
Dockerfile
View file @
28cff70a
...
@@ -50,11 +50,11 @@ COPY *.whl /tmp/python-dependencies/
...
@@ -50,11 +50,11 @@ COPY *.whl /tmp/python-dependencies/
COPY
*.gz /tmp/python-dependencies/
COPY
*.gz /tmp/python-dependencies/
RUN
dnf
install
-y
openssl
tar
procps iputils
hostname
RUN
dnf
install
-y
openssl
tar
procps iputils
hostname
\
RUN
pip3
install
--no-index
--only-binary
--install-option
=
"
--prefix=/usr/local
"
--upgrade
--find-links
/tmp/python-dependencies/ /tmp/wheel-0.35.1-py2.py3-none-any.whl
&&
pip3
install
--no-index
--prefix
=
/usr/local
--upgrade
--find-links
/tmp/python-dependencies/ /tmp/wheel-0.35.1-py2.py3-none-any.whl
\
RUN
pip3
install
--no-index
--only-binary
--install-option
=
"
--prefix=/usr/local
"
--upgrade
--find-links
/tmp/python-dependencies/ /tmp/
python_dateutil-2.8.0-py2.
py3-none-any.whl
&&
pip3
install
--no-index
--prefix
=
/usr/local
--upgrade
--find-links
/tmp/python-dependencies/ /tmp/
setuptools-50.0.0-
py3-none-any.whl
\
RUN
pip3
install
--no-index
--only-binary
--install-option
=
"
--prefix=/usr/local
"
--upgrade
--find-links
/tmp/python-dependencies/ /tmp/
setuptools-50.0.0-
py3-none-any.whl
&&
pip3
install
--no-index
--prefix
=
/usr/local
--upgrade
--find-links
/tmp/python-dependencies/ /tmp/
python_dateutil-2.8.0-py2.
py3-none-any.whl
\
RUN
pip3
install
--no-index
--only-binary
--install-option
=
"
--prefix=/usr/local
"
--upgrade
--find-links
/tmp/python-dependencies/ /tmp/confluent_docker_utils-0.0.40-py3-none-any.whl
&&
pip3
install
--no-index
--prefix
=
/usr/local
--upgrade
--find-links
/tmp/python-dependencies/ /tmp/confluent_docker_utils-0.0.40-py3-none-any.whl
## dub installed
## dub installed
########################################
########################################
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment