mirror of
https://github.com/Cronocide/wifipumpkin3.git
synced 2025-01-22 19:37:18 +00:00
fixed set a tag version at the base image in Dockerfile #43
This commit is contained in:
parent
8b064982f2
commit
0df842f100
@ -27,6 +27,7 @@ All notable changes to this project will be documented in this file.
|
||||
- removed rules iptables block https comunication captiveflask #37 [mh4x0f]
|
||||
|
||||
### Fixed
|
||||
- fixed set a tag version at the base image in Dockerfile #43 [mh4x0f]
|
||||
- fixed responder3 object has no attribute logger #39 [mh4x0f]
|
||||
- fixed DHCP offer Apple device can’t connect to ap #32 [mh4x0f]
|
||||
- fixed get multi language options on captiveflask plugin #30 [mh4x0f]
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM ubuntu
|
||||
FROM ubuntu:18.04
|
||||
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
|
||||
@ -25,6 +25,5 @@ RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.7 1
|
||||
RUN python3.7 -m pip install pip
|
||||
RUN python3.7 -m pip install -r requirements.txt
|
||||
RUN python3.7 setup.py install
|
||||
RUN python3.7 -m pip install -e .
|
||||
CMD /usr/local/bin/wifipumpkin3 -m docker
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user