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
mariadb
mariadb105
Commits
5e331bb3
Commit
5e331bb3
authored
Apr 15, 2021
by
Vickie Shen
Browse files
correct ownership with RPM
parent
03e97de4
Pipeline
#221556
passed with stages
in 42 minutes and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Dockerfile
Dockerfile
+1
-1
No files found.
Dockerfile
View file @
5e331bb3
...
...
@@ -18,7 +18,7 @@ RUN yum upgrade -y && \
rpm
--import
/opt/RPM-GPG-KEY-MariaDB
&&
\
cd
/opt/mariadb-10.5.9-rhel-8-x86_64-rpms
&&
\
./setup_repository
&&
\
rp
m
install
-y
MariaDB-server /opt/
*
.rpm
&&
\
yu
m
install
-y
MariaDB-server /opt/
*
.rpm
&&
\
chmod
-R
u-s /usr/lib64/mysql/
&&
\
rm
-f
/usr/share/doc/perl-IO-Socket-SSL/example/simulate_proxy.pl
&&
\
find /usr/share/doc/perl-IO-Socket-SSL/certs
-name
"*.enc"
-o
-name
"*.pem"
| xargs
rm
-f
&&
\
...
...
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