new image
This commit is contained in:
9
docker-ap/Dockerfile
Normal file
9
docker-ap/Dockerfile
Normal file
@ -0,0 +1,9 @@
|
||||
FROM alpine
|
||||
|
||||
MAINTAINER Jaka Hudoklin <offlinehacker@users.noreply.github.com>
|
||||
|
||||
RUN apk add --no-cache bash hostapd iptables dhcp docker iproute2 iw
|
||||
RUN echo "" > /var/lib/dhcp/dhcpd.leases
|
||||
ADD wlanstart.sh /bin/wlanstart.sh
|
||||
|
||||
ENTRYPOINT [ "/bin/wlanstart.sh" ]
|
||||
Reference in New Issue
Block a user