Codebase list httping / a46aafc
Merge pull request #39 from ugurarpaci/master Added dockerfile Folkert van Heusden authored 6 years ago GitHub committed 6 years ago
1 changed file(s) with 9 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 from debian:stretch
1 MAINTAINER ugurarpaci@gmail.com
2 RUN apt-get update
3 RUN apt-get install gcc make cmake gettext -y
4 ADD . /opt/httping
5 WORKDIR /opt/httping
6 RUN make
7 RUN mv httping /usr/local/bin && chmod +x /usr/local/bin/httping
8 ENTRYPOINT ["httping"]