mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-04-18 21:44:02 +03:00
9 lines
195 B
Diff
9 lines
195 B
Diff
45,48c45,46
|
|
< # Install MariaDB/ColumnStore packages
|
|
< RUN dnf -y install \
|
|
< MariaDB-server \
|
|
< MariaDB-columnstore-engine
|
|
---
|
|
> COPY *.rpm /
|
|
> RUN dnf -y install /*.rpm && rm -f /*.rpm
|