summaryrefslogtreecommitdiffstats
path: root/.travis/linux/docker.sh
diff options
context:
space:
mode:
authorliushuyu <liushuyu011@gmail.com>2018-08-07 16:54:57 +0200
committerfearlessTobi <thm.frey@gmail.com>2019-04-15 22:22:09 +0200
commita9f58593d4ac951bf15993bd280d6b2d78b3fdee (patch)
treea9635dad69c99b3d0afa5572d836fdaa8076b83c /.travis/linux/docker.sh
parentMerge pull request #2378 from lioncash/ro (diff)
downloadyuzu-a9f58593d4ac951bf15993bd280d6b2d78b3fdee.tar
yuzu-a9f58593d4ac951bf15993bd280d6b2d78b3fdee.tar.gz
yuzu-a9f58593d4ac951bf15993bd280d6b2d78b3fdee.tar.bz2
yuzu-a9f58593d4ac951bf15993bd280d6b2d78b3fdee.tar.lz
yuzu-a9f58593d4ac951bf15993bd280d6b2d78b3fdee.tar.xz
yuzu-a9f58593d4ac951bf15993bd280d6b2d78b3fdee.tar.zst
yuzu-a9f58593d4ac951bf15993bd280d6b2d78b3fdee.zip
Diffstat (limited to '.travis/linux/docker.sh')
-rwxr-xr-x.travis/linux/docker.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis/linux/docker.sh b/.travis/linux/docker.sh
index 8b7e65911..a21a8f9e2 100755
--- a/.travis/linux/docker.sh
+++ b/.travis/linux/docker.sh
@@ -1,8 +1,5 @@
#!/bin/bash -ex
-apt-get update
-apt-get install --no-install-recommends -y build-essential git libqt5opengl5-dev libsdl2-dev libssl-dev python qtbase5-dev qtwebengine5-dev wget cmake ninja-build ccache
-
cd /yuzu
mkdir build && cd build