Skip to content

Commit

Permalink
fixed PyQt5 error on docker image creation #44
Browse files Browse the repository at this point in the history
  • Loading branch information
mh4x0f committed May 27, 2020
1 parent 0df842f commit ace5bd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 PyQt5 error on docker image creation #44 [mh4x0f]
- 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]
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ COPY config/hostapd/hostapd.conf /etc/hostapd/hostapd.conf
#RUN pip3 --version
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 pyqt5==5.14
RUN python3.7 -m pip install -r requirements.txt
RUN python3.7 setup.py install
CMD /usr/local/bin/wifipumpkin3 -m docker
Expand Down

0 comments on commit ace5bd5

Please sign in to comment.