mirror of
https://github.com/Cronocide/wifipumpkin3.git
synced 2025-01-22 11:18:55 +00:00
Update Dockerfile
修复docker build 由于pip版本低导致的报错 No module named 'setuptools_rust'
This commit is contained in:
parent
c2a6e86a4b
commit
d0b925088d
@ -22,7 +22,7 @@ WORKDIR /usr/src/app
|
||||
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 --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
|
||||
|
Loading…
Reference in New Issue
Block a user