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 1e3e2ab commit 8e4dc0cCopy full SHA for 8e4dc0c
Dockerfile
@@ -4,8 +4,8 @@ RUN \
4
DEBIAN_FRONTEND=noninteractive \
5
apt-get install -y \
6
build-essential autoconf automake libpcre3-dev libevent-dev \
7
- pkg-config zlib1g-dev libssl-dev git libboost-all-dev cmake flex
8
-RUN git clone https://github.com/RedisLabs/memtier_benchmark.git
+ pkg-config zlib1g-dev libssl-dev libboost-all-dev cmake flex
+COPY . /memtier_benchmark
9
WORKDIR /memtier_benchmark
10
RUN autoreconf -ivf && ./configure && make && make install
11
0 commit comments