Skip to content

Commit

Permalink
Merge pull request #47 from shekyan/Dockerfile-fix-autotools
Browse files Browse the repository at this point in the history
Fix building a container if never configured
  • Loading branch information
shekyan authored Jul 5, 2017
2 parents 16b6658 + 7336779 commit d6fe39e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ RUN apk add --no-cache build-base git openssl-dev
RUN mkdir /slowhttptest
WORKDIR /slowhttptest
COPY . /slowhttptest
RUN touch ./*
RUN ./configure --prefix=/usr/local
RUN make && make install
ENTRYPOINT ["slowhttptest"]

0 comments on commit d6fe39e

Please sign in to comment.