mirror of
https://github.com/kbumsik/VirtScreen.git
synced 2025-03-09 15:40:18 +00:00
Travis: Built CI deploy
This commit is contained in:
parent
ec88e497fa
commit
7ebe935805
9 changed files with 81 additions and 27 deletions
|
|
@ -6,7 +6,7 @@ WORKDIR /app
|
|||
CMD ["/bin/bash"]
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y python3-all python3-pip fakeroot debmake debhelper fakeroot wget tar && \
|
||||
apt-get install -y python3-all python3-pip python3-wheel fakeroot debmake debhelper fakeroot wget tar && \
|
||||
apt-get autoremove -y && \
|
||||
ln /usr/bin/python3 /usr/bin/python && \
|
||||
ln /usr/bin/pip3 /usr/bin/pip && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue