1
0
Fork 0
mirror of synced 2025-07-04 12:26:40 +02:00
nginx-ipscrub/Dockerfile
2018-05-27 19:19:25 -07:00

14 lines
No EOL
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