Skip to content

Commit

Permalink
fixed: dockerfile Could not find suitable distribution for Requiremen…
Browse files Browse the repository at this point in the history
…t.parse('zope-interface>=5') #254
  • Loading branch information
mh4x0f committed Jan 9, 2024
1 parent d78cf31 commit e6b253d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.

## [unReleased]

## [1.1.X]

### Fixed
- fixed: dockerfile Could not find suitable distribution for Requirement.parse('zope-interface>=5')

## [Released]

## [1.1.7]
Expand Down
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ COPY config/hostapd/hostapd.conf /etc/hostapd/hostapd.conf
RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.7 1
RUN python3.7 -m pip install --upgrade 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
RUN python3.7 -m pip install .
#CMD /usr/local/bin/wifipumpkin3 -m docker
WORKDIR /root/.config/wifipumpkin3
CMD /usr/local/bin/wifipumpkin3

0 comments on commit e6b253d

Please sign in to comment.