Skip to content

Commit

Permalink
Use lates docker image to build deb package
Browse files Browse the repository at this point in the history
  • Loading branch information
DamirPorobic committed Jul 1, 2019
1 parent cab6bb9 commit 0c32547
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/scripts/bootstrap.sh
Expand Up @@ -8,8 +8,8 @@ if [[ "${BUILD_TYPE}" == "AppImage" ]]; then
wget -c -nv "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage"
chmod a+x linuxdeployqt-continuous-x86_64.AppImage
elif [[ "${BUILD_TYPE}" == "deb" ]]; then
docker pull ubuntu:17.10
docker run --name build-container -v $(pwd):$(pwd) -w $(pwd) -dit ubuntu:17.10 bash
docker pull ubuntu
docker run --name build-container -v $(pwd):$(pwd) -w $(pwd) -dit ubuntu bash
elif [[ "${BUILD_TYPE}" == "rpm" ]]; then
docker pull opensuse:42.3
docker run --name build-container -v $(pwd):$(pwd) -w $(pwd) -dit opensuse:42.3 bash
Expand Down

0 comments on commit 0c32547

Please sign in to comment.