1
0
Fork 0
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:
Bumsik Kim 2018-06-18 02:56:56 -04:00
parent ec88e497fa
commit 7ebe935805
No known key found for this signature in database
GPG key ID: E31041C8EC5B01C6
9 changed files with 81 additions and 27 deletions

View file

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