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 6393b92 + 36085db commit 02c2e17Copy full SHA for 02c2e17
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ubuntu:16.04 as builder
+FROM ubuntu:18.04 as builder
2
RUN apt-get update
3
RUN \
4
DEBIAN_FRONTEND=noninteractive \
@@ -9,7 +9,7 @@ RUN git clone https://github.com/RedisLabs/memtier_benchmark.git
9
WORKDIR /memtier_benchmark
10
RUN autoreconf -ivf && ./configure && make && make install
11
12
-FROM ubuntu:16.04
+FROM ubuntu:18.04
13
LABEL Description="memtier_benchmark"
14
COPY --from=builder /usr/local/bin/memtier_benchmark /usr/local/bin/memtier_benchmark
15
0 commit comments