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
A
aiml
jupyter
jlab-eda
Commits
9b760ce7
Commit
9b760ce7
authored
May 25, 2021
by
Casey Spicer
Browse files
fixed perl yum conflict
parent
545d3481
Pipeline
#291101
passed with stages
in 24 minutes and 30 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
Dockerfile
Dockerfile
+3
-2
No files found.
Dockerfile
View file @
9b760ce7
...
...
@@ -13,14 +13,14 @@ COPY --from=multi-stage /opt/python /opt/python
ENV
PATH="/opt/python/venv/bin:$PATH"
USER
root
#Workaround for perl issue preventing yum upgrade
RUN
yum remove
-y
perl-threads
RUN
yum upgrade
-y
\
&&
yum clean all
-y
\
&&
yum
install
-y
\
vim
\
zip
\
unzip
\
wget
\
net-tools
\
# gcc is needed for prophet
gcc-c++ \
...
...
@@ -61,6 +61,7 @@ RUN rm -rf /usr/share/doc/perl-IO-Socket-SSL/certs/ \
&&
rm
-rf
/usr/share/doc/perl-IO-Socket-SSL/example/
\
&&
rm
-rf
/usr/share/doc/perl-IO-Socket-SSL/example/
\
&&
rm
-rf
/usr/share/doc/perl-Net-SSLeay/examples/server_key.pem
\
&&
rm
-rf
/opt/python/venv/lib/python3.8/site-packages/tornado/test/test.key
\
&&
chmod
g-s /usr/libexec/openssh/ssh-keysign
...
...
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