We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5850d88 + ef4032f commit e2b8bd9Copy full SHA for e2b8bd9
Dockerfile
@@ -1,7 +1,11 @@
1
-FROM martinhelmich/xtrabackup
2
-COPY entrypoint /usr/local/bin/entrypoint
3
-RUN chmod +x /usr/local/bin/entrypoint && \
4
- apt-get update && apt-get -y install \
5
- curl \
+FROM debian:stretch
+
+COPY percona-xtrabackup-24_2.4.9-1.stretch_amd64.deb /tmp/percona-xtrabackup.deb
+RUN apt-get update && apt-get -y install curl lsb-release \
+ libdbd-mysql-perl rsync libaio1 libev4 libnuma1\
6
+ && dpkg -i /tmp/percona-xtrabackup.deb && rm -Rf /tmp/percona-xtrabackup.deb \
7
&& rm -rf /var/lib/apt/lists/*
8
9
+COPY entrypoint /usr/local/bin/entrypoint
10
+RUN chmod +x /usr/local/bin/entrypoint
11
ENTRYPOINT ["/usr/local/bin/entrypoint"]
percona-xtrabackup-24_2.4.9-1.stretch_amd64.deb
5.89 MB
0 commit comments