dockerfile for linux builds
This commit is contained in:
parent
741adcdf18
commit
1a0bd9deee
2 changed files with 16 additions and 4 deletions
|
@ -7,5 +7,7 @@ cd toxcore && mkdir _build && cd _build && \
|
|||
cmake .. && make && make install
|
||||
|
||||
RUN apt-get install portaudio19-dev python3-pyqt5 python3-pyaudio python3-pip -y && \
|
||||
pip3 install --upgrade pip && \
|
||||
pip3 install numpy pydenticon opencv-python pyinstaller
|
||||
|
||||
RUN useradd -ms /bin/bash toxygen
|
||||
USER toxygen
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue