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
O
Opensource
spark-operator
spark-py
Commits
cf41b5d5
Commit
cf41b5d5
authored
Aug 20, 2021
by
Jeffrey Weatherford
Browse files
Update Dockerfile to make it more maintainable.
parent
4e160834
Pipeline
#434665
passed with stages
in 18 minutes and 3 seconds
Changes
1
Pipelines
1
Show 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 @
cf41b5d5
...
@@ -11,10 +11,10 @@ ARG spark_uid=185
...
@@ -11,10 +11,10 @@ ARG spark_uid=185
USER
root
USER
root
COPY
pip-21.1.1-py3-none-any.whl setuptools-53.0.0-py3-none-any
.whl ./
COPY
*
.whl ./
RUN
dnf
-y
update
&&
dnf
-y
upgrade
&&
\
RUN
dnf
-y
update
&&
dnf
-y
upgrade
&&
\
pip3
install
--upgrade
./
pip-21.1.1-py3-none-any.whl ./setuptools-53.0.0-py3-none-any
.whl
&&
\
pip3
install
--upgrade
./
*
.whl
&&
\
rm
-rf
/var/cache/dnf
&&
\
rm
-rf
/var/cache/dnf
&&
\
mkdir
-p
/opt/spark/python/pyspark
&&
\
mkdir
-p
/opt/spark/python/pyspark
&&
\
mkdir
-p
/opt/spark/python/lib
&&
\
mkdir
-p
/opt/spark/python/lib
&&
\
...
...
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