Skip to content

Commit 8e4dc0c

Browse files
authored
Dockerfile: Get source files from local build context instead of downloading from git. (#113)
1 parent 1e3e2ab commit 8e4dc0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ RUN \
44
DEBIAN_FRONTEND=noninteractive \
55
apt-get install -y \
66
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
7+
pkg-config zlib1g-dev libssl-dev libboost-all-dev cmake flex
8+
COPY . /memtier_benchmark
99
WORKDIR /memtier_benchmark
1010
RUN autoreconf -ivf && ./configure && make && make install
1111

0 commit comments

Comments
 (0)