dockerfile for linux builds

This commit is contained in:
ingvar1995 2018-08-06 00:52:01 +03:00
parent 741adcdf18
commit 1a0bd9deee
2 changed files with 16 additions and 4 deletions

View file

@ -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