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
Confluent Component Operator
cp-init-container-operator-6.1.1
Commits
9a4c8b60
Commit
9a4c8b60
authored
Aug 17, 2021
by
Scott Stroud
Browse files
meh
parent
eb7ed7b8
Pipeline
#429968
failed with stages
in 17 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Dockerfile
Dockerfile
+2
-2
No files found.
Dockerfile
View file @
9a4c8b60
...
...
@@ -27,7 +27,7 @@ USER root
########################################
## Install Python
RUN
dnf update
-y
--nodocs
&&
dnf
install
-y
--nodocs
python3 python3-devel python3-setuptools openssl
tar
procps iputils
hostname
\
RUN
dnf update
-y
--nodocs
&&
dnf
install
-y
--nodocs
python3 python3-devel python3-setuptools openssl
tar
procps iputils
hostname
make gcc-c++
\
&&
ln
-s
/usr/bin/python3 /usr/bin/python
\
&&
ln
-s
/usr/bin/pip3 /usr/bin/pip
\
&&
alias
python
=
python3
\
...
...
@@ -48,7 +48,7 @@ COPY confluent_docker_utils-0.0.44-py3-none-any.whl /tmp/confluent_docker_utils-
COPY
*.whl /tmp/python-dependencies/
COPY
*.gz /tmp/python-dependencies/
RUN
pip3
install
--upgrade
pip
&&
pip3
install
--prefix
=
/usr/local
--upgrade
--find-links
/tmp/python-dependencies/ /tmp/confluent_docker_utils-0.0.44-py3-none-any.whl
RUN
pip3
install
--upgrade
pip
&&
pip3
install
--prefix
=
/usr/local
--upgrade
--find-links
/tmp/python-dependencies/ /tmp/confluent_docker_utils-0.0.44-py3-none-any.whl
jsonnet
## 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