Skip to content
This repository was archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
use slim
Browse files Browse the repository at this point in the history
  • Loading branch information
emalloy committed Apr 11, 2019
1 parent 6d7d3fd commit 29bb81b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
FROM debian:9
FROM debian:9-slim
ADD . /usr/local/twemperf
ENV buildDeps "gcc make autoconf g++ automake"
RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y \
--no-install-recommends \
q \
$buildDeps
RUN cd /usr/local/twemperf \
&& autoreconf -fvi \
Expand Down

0 comments on commit 29bb81b

Please sign in to comment.