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.
1 parent f74eed4 commit f951ae0Copy full SHA for f951ae0
Dockerfile.release
@@ -8,7 +8,24 @@ RUN apt-get install -y \
8
libaio1 \
9
libnuma1 \
10
libtcmalloc-minimal4 \
11
- binutils
+ binutils \
12
+ bzip2 \
13
+ ca-certificates \
14
+ dirmngr \
15
+ gnupg \
16
+ libatomic1 \
17
+ libcurl4 \
18
+ libdbd-mysql-perl \
19
+ libwww-perl \
20
+ libev4 \
21
+ libjemalloc2 \
22
+ procps \
23
+ rsync \
24
+ strace \
25
+ sysstat \
26
+ wget \
27
+ curl \
28
+ percona-toolkit
29
30
ADD dist/ /dist
31
0 commit comments