1
0
mirror of synced 2025-01-15 06:37:01 +01:00
nginx-ipscrub/Dockerfile

14 lines
250 B
Docker
Raw Normal View History

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