update for docker

This commit is contained in:
2020-10-31 22:02:42 +03:00
parent 55319521b2
commit 3e81cd16bb
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM multiarch/ubuntu-core:amd64-xenial FROM ubuntu:bionic
RUN apt-get update RUN apt-get update
# toolchain # toolchain

View File

@ -1,4 +1,4 @@
FROM multiarch/ubuntu-core:i386-xenial FROM multiarch/ubuntu-core:i386-bionic
RUN apt-get update RUN apt-get update
# toolchain # toolchain

View File

@ -6,8 +6,8 @@ rm -rf build-ubuntu
mkdir build-ubuntu mkdir build-ubuntu
# patches # patches
git apply patches/qt5.6-qversionnumber.patch #git apply patches/qt5.6-qversionnumber.patch
git apply patches/qt5.5-qstringlist-and-qinfo.patch #git apply patches/qt5.5-qstringlist-and-qinfo.patch
# build # build
cd build-ubuntu cd build-ubuntu