From d2016ac61c10ea618fce84f6be6d241a4f858072 Mon Sep 17 00:00:00 2001 From: redsky17 <joedonofry@gmail.com> Date: Thu, 14 Feb 2019 03:31:30 +0000 Subject: [PATCH] Attempt to fix docker build issue --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fbe1d2a3e..8a304bd06 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,7 +40,8 @@ script: # Build the lib and run the test suite against synapse. - | if [ $TRAVIS_OS_NAME == linux ]; then - docker build -t nheko-reborn/mtxclient . + ls `pwd` + docker build -t nheko-reborn/mtxclient `pwd`/Dockerfile docker run -v `pwd`:/build --net=host \ -e CXX_VERSION=${CXX_VERSION} \ -e CC_VERSION=${CC_VERSION} \ -- GitLab