1
0
mirror of synced 2024-06-07 21:27:55 +02:00
nginx-ipscrub/Dockerfile
2018-05-27 19:19:25 -07:00

14 lines
250 B
Docker

FROM ubuntu:latest
WORKDIR .
RUN apt-get update && apt-get install -y curl gcc make git libpcre3-dev zlib1g-dev libbsd-dev
ADD ipscrub /ipscrub/
ADD Makefile /
EXPOSE 8081
RUN make nginx/objs/nginx
CMD make start && tail -f dest/logs/access.log