File tree 10 files changed +10
-10
lines changed
10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ RUN set -ex; \
108
108
apt-get update; \
109
109
# mariadb-backup is installed at the same time so that `mysql-common` is only installed once from just mariadb repos
110
110
apt-get install -y \
111
- "mariadb-server=$MARIADB_VERSION" mariadb-backup socat \
111
+ "mariadb-server=$MARIADB_VERSION" mariadb-backup mariadb-plugin-rocksdb socat \
112
112
; \
113
113
rm -rf /var/lib/apt/lists/*; \
114
114
# purge and re-create /var/lib/mysql with appropriate ownership
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ RUN set -ex; \
108
108
apt-get update; \
109
109
# mariadb-backup is installed at the same time so that `mysql-common` is only installed once from just mariadb repos
110
110
apt-get install -y \
111
- "mariadb-server=$MARIADB_VERSION" mariadb-backup socat \
111
+ "mariadb-server=$MARIADB_VERSION" mariadb-backup mariadb-plugin-rocksdb socat \
112
112
; \
113
113
rm -rf /var/lib/apt/lists/*; \
114
114
# purge and re-create /var/lib/mysql with appropriate ownership
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ RUN set -ex; \
110
110
apt-get update; \
111
111
# mariadb-backup is installed at the same time so that `mysql-common` is only installed once from just mariadb repos
112
112
apt-get install -y \
113
- "mariadb-server=$MARIADB_VERSION" mariadb-backup socat \
113
+ "mariadb-server=$MARIADB_VERSION" mariadb-backup mariadb-plugin-rocksdb socat \
114
114
; \
115
115
rm -rf /var/lib/apt/lists/*; \
116
116
# purge and re-create /var/lib/mysql with appropriate ownership
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ RUN set -ex; \
110
110
apt-get update; \
111
111
# mariadb-backup is installed at the same time so that `mysql-common` is only installed once from just mariadb repos
112
112
apt-get install -y \
113
- "mariadb-server=$MARIADB_VERSION" mariadb-backup socat \
113
+ "mariadb-server=$MARIADB_VERSION" mariadb-backup mariadb-plugin-rocksdb socat \
114
114
; \
115
115
rm -rf /var/lib/apt/lists/*; \
116
116
# purge and re-create /var/lib/mysql with appropriate ownership
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ RUN set -ex; \
110
110
apt-get update; \
111
111
# mariadb-backup is installed at the same time so that `mysql-common` is only installed once from just mariadb repos
112
112
apt-get install -y \
113
- "mariadb-server=$MARIADB_VERSION" mariadb-backup socat \
113
+ "mariadb-server=$MARIADB_VERSION" mariadb-backup mariadb-plugin-rocksdb socat \
114
114
; \
115
115
rm -rf /var/lib/apt/lists/*; \
116
116
# purge and re-create /var/lib/mysql with appropriate ownership
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ RUN set -ex; \
110
110
apt-get update; \
111
111
# mariadb-backup is installed at the same time so that `mysql-common` is only installed once from just mariadb repos
112
112
apt-get install -y \
113
- "mariadb-server=$MARIADB_VERSION" mariadb-backup socat \
113
+ "mariadb-server=$MARIADB_VERSION" mariadb-backup mariadb-plugin-rocksdb socat \
114
114
; \
115
115
rm -rf /var/lib/apt/lists/*; \
116
116
# purge and re-create /var/lib/mysql with appropriate ownership
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ RUN set -ex; \
110
110
apt-get update; \
111
111
# mariadb-backup is installed at the same time so that `mysql-common` is only installed once from just mariadb repos
112
112
apt-get install -y \
113
- "mariadb-server=$MARIADB_VERSION" mariadb-backup socat \
113
+ "mariadb-server=$MARIADB_VERSION" mariadb-backup mariadb-plugin-rocksdb socat \
114
114
; \
115
115
rm -rf /var/lib/apt/lists/*; \
116
116
# purge and re-create /var/lib/mysql with appropriate ownership
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ RUN set -ex; \
110
110
apt-get update; \
111
111
# mariadb-backup is installed at the same time so that `mysql-common` is only installed once from just mariadb repos
112
112
apt-get install -y \
113
- "mariadb-server=$MARIADB_VERSION" mariadb-backup socat \
113
+ "mariadb-server=$MARIADB_VERSION" mariadb-backup mariadb-plugin-rocksdb socat \
114
114
; \
115
115
rm -rf /var/lib/apt/lists/*; \
116
116
# purge and re-create /var/lib/mysql with appropriate ownership
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ RUN set -ex; \
108
108
apt-get update; \
109
109
# mariadb-backup is installed at the same time so that `mysql-common` is only installed once from just mariadb repos
110
110
apt-get install -y \
111
- "mariadb-server=$MARIADB_VERSION" mariadb-backup socat \
111
+ "mariadb-server=$MARIADB_VERSION" mariadb-backup mariadb-plugin-rocksdb socat \
112
112
; \
113
113
rm -rf /var/lib/apt/lists/*; \
114
114
# purge and re-create /var/lib/mysql with appropriate ownership
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ RUN set -ex; \
110
110
apt-get update; \
111
111
# mariadb-backup is installed at the same time so that `mysql-common` is only installed once from just mariadb repos
112
112
apt-get install -y \
113
- "mariadb-server=$MARIADB_VERSION" mariadb-backup socat \
113
+ "mariadb-server=$MARIADB_VERSION" mariadb-backup mariadb-plugin-rocksdb socat \
114
114
; \
115
115
rm -rf /var/lib/apt/lists/*; \
116
116
# purge and re-create /var/lib/mysql with appropriate ownership
You can’t perform that action at this time.
0 commit comments