mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-25 15:58:43 +00: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
|